Skip to content

Commit 6d60870

Browse files
Fix: proto 버전 수정
Fix: proto 버전 수정
2 parents 4da6f5c + 978accb commit 6d60870

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ tasks.withType(JavaCompile).configureEach {
8181
*/
8282
protobuf {
8383
protoc {
84-
artifact = "com.google.protobuf:protoc:3.25.3"
84+
artifact = "com.google.protobuf:protoc:4.33.2"
8585
}
8686
plugins {
8787
grpc {
88-
artifact = "io.grpc:protoc-gen-grpc-java:1.64.0"
88+
artifact = "io.grpc:protoc-gen-grpc-java:1.77.1"
8989
}
9090
}
9191
generateProtoTasks {

0 commit comments

Comments
 (0)