We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4da6f5c + 978accb commit 6d60870Copy full SHA for 6d60870
1 file changed
build.gradle
@@ -81,11 +81,11 @@ tasks.withType(JavaCompile).configureEach {
81
*/
82
protobuf {
83
protoc {
84
- artifact = "com.google.protobuf:protoc:3.25.3"
+ artifact = "com.google.protobuf:protoc:4.33.2"
85
}
86
plugins {
87
grpc {
88
- artifact = "io.grpc:protoc-gen-grpc-java:1.64.0"
+ artifact = "io.grpc:protoc-gen-grpc-java:1.77.1"
89
90
91
generateProtoTasks {
0 commit comments