Skip to content

Commit

Permalink
Merge pull request #103 from riemann/dependabot/maven/riemann-java-cl…
Browse files Browse the repository at this point in the history
…ient/com.google.protobuf-protobuf-java-3.16.3

Bump protobuf-java from 3.16.1 to 3.16.3 in /riemann-java-client
  • Loading branch information
jamtur01 authored Nov 29, 2022
2 parents 4f06c43 + c7f82ae commit eb1c623
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

name: Riemann Clojure Client testing

on: [push]
on:
push:
workflow_dispatch:

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion riemann-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.16.1</version>
<version>3.16.3</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit eb1c623

Please sign in to comment.