File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ version = "0.1.0-SNAPSHOT"
1717def grpcVersion = " 1.76.0"
1818def jacksonCoreVersion = " 2.20.0"
1919def jacksonDatabindVersion = " 2.20.0"
20- def protocVersion = " 4.32.1 "
20+ def protocVersion = " 4.33.0 "
2121
2222tasks. withType(JavaCompile ) {
2323 sourceCompatibility = JavaVersion . VERSION_19
@@ -33,7 +33,7 @@ dependencies {
3333 if (speed) {
3434 implementation fileTree(dir : offlineCompile, include : ' *.jar' )
3535 } else {
36- implementation " com.google.api.grpc:proto-google-common-protos:2.61.3 " ,
36+ implementation " com.google.api.grpc:proto-google-common-protos:2.62.0 " ,
3737 " javax.annotation:javax.annotation-api:1.3.2" ,
3838 " io.grpc:grpc-protobuf:${ grpcVersion} " ,
3939 " io.grpc:grpc-stub:${ grpcVersion} " ,
@@ -67,7 +67,7 @@ protobuf {
6767}
6868
6969googleJavaFormat {
70- toolVersion ' 1.29 .0'
70+ toolVersion ' 1.30 .0'
7171}
7272
7373// Inform IDEs like IntelliJ IDEA, Eclipse or NetBeans about the generated code.
You can’t perform that action at this time.
0 commit comments