Skip to content

Commit

Permalink
Merge pull request #49 from wiremock/dependabot/gradle/com.google.pro…
Browse files Browse the repository at this point in the history
…tobuf-protoc-3.25.3

Bump com.google.protobuf:protoc from 3.25.0 to 3.25.3
  • Loading branch information
tomakehurst authored Feb 17, 2024
2 parents b1f7602 + cb66453 commit d19c2e6
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 @@ -199,7 +199,7 @@ task localRelease {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.25.0"
artifact = "com.google.protobuf:protoc:3.25.3"
}

plugins {
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 @@ -149,7 +149,7 @@ shadowJar {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.25.0"
artifact = "com.google.protobuf:protoc:3.25.3"
}

plugins {
Expand Down

0 comments on commit d19c2e6

Please sign in to comment.