Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-java-util from 3.24.0 to 3.25.0 (#16)
Browse files Browse the repository at this point in the history
Bumps com.google.protobuf:protobuf-java-util from 3.24.0 to 3.25.0.

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent fda5b5b commit 5c70463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ allprojects {
versions = [
wiremock: "3.2.0",
grpc : "1.59.0",
protobuf: "3.24.0"
protobuf: "3.25.0"
]

repoUser = this.hasProperty('sonatypeUser') ? sonatypeUser : 'default'
Expand Down

0 comments on commit 5c70463

Please sign in to comment.