Commit 58a5ed3 1 parent 350d6e6 commit 58a5ed3 Copy full SHA for 58a5ed3
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
if (speed) {
34
34
implementation fileTree(dir : offlineCompile, include : ' *.jar' )
35
35
} else {
36
- implementation " com.google.api.grpc:proto-google-common-protos:2.51 .0" ,
36
+ implementation " com.google.api.grpc:proto-google-common-protos:2.52 .0" ,
37
37
" javax.annotation:javax.annotation-api:1.3.2" ,
38
38
" io.grpc:grpc-protobuf:${ grpcVersion} " ,
39
39
" io.grpc:grpc-stub:${ grpcVersion} " ,
@@ -45,7 +45,7 @@ dependencies {
45
45
46
46
runtimeOnly " com.fasterxml.jackson.core:jackson-core:${ jacksonCoreVersion} " ,
47
47
" com.fasterxml.jackson.core:jackson-databind:${ jacksonDatabindVersion} " ,
48
- " io.netty:netty-tcnative-boringssl-static:2.0.69 .Final"
48
+ " io.netty:netty-tcnative-boringssl-static:2.0.70 .Final"
49
49
}
50
50
}
51
51
You can’t perform that action at this time.
0 commit comments