Skip to content

Commit

Permalink
Bump versions.protobuf from 3.25.3 to 3.25.5
Browse files Browse the repository at this point in the history
Bumps `versions.protobuf` from 3.25.3 to 3.25.5.

Updates `com.google.protobuf:protobuf-java-util` from 3.25.3 to 3.25.5

Updates `com.google.protobuf:protoc` from 3.25.3 to 3.25.5
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.3...v3.25.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 4519488 commit d388476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
versions = [
wiremock: "3.9.1",
grpc : "1.66.0",
protobuf: "3.25.3"
protobuf: "3.25.5"
]

repoUser = this.hasProperty('sonatypeUser') ? sonatypeUser : 'default'
Expand Down
2 changes: 1 addition & 1 deletion wiremock-grpc-extension-standalone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ shadowJar {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.27.3"
artifact = "com.google.protobuf:protoc:3.25.5"
}

plugins {
Expand Down

0 comments on commit d388476

Please sign in to comment.