Skip to content

Commit

Permalink
Make sure we keep protoc version in line with protobuf-java-util
Browse files Browse the repository at this point in the history
  • Loading branch information
leeturner committed May 9, 2024
1 parent f288f51 commit 34e34e5
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.3"
artifact = "com.google.protobuf:protoc:4.26.1"
}

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.3"
artifact = "com.google.protobuf:protoc:4.26.1"
}

plugins {
Expand Down

0 comments on commit 34e34e5

Please sign in to comment.