Skip to content

Commit

Permalink
Update dependency com.google.protobuf:protoc to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 47c63c4 commit da9c19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wire-grpc-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protobuf {
protoc {
// TODO(Benoit) Replace with `artifact = libs.protobuf.protoc.get().toString()` once gRPC-java
// starts supporting protoc 4+. See https://github.com/grpc/grpc-java/issues/10976
artifact = "com.google.protobuf:protoc:3.25.6"
artifact = "com.google.protobuf:protoc:4.29.3"
}

generateProtoTasks {
Expand Down

0 comments on commit da9c19c

Please sign in to comment.