Skip to content

Commit

Permalink
Upgraded protobuf and protoc to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignas committed Jan 5, 2024
1 parent efa1b59 commit 76b2784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ java {
protobuf {
protoc {
// The artifact spec for the Protobuf Compiler
artifact = 'com.google.protobuf:protoc:3.6.1'
artifact = 'com.google.protobuf:protoc:3.25.1'
}
plugins {
grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:1.15.1'
artifact = 'io.grpc:protoc-gen-grpc-java:1.59.1'
}
}
generateProtoTasks {
Expand Down

0 comments on commit 76b2784

Please sign in to comment.