Skip to content

Commit 58a5ed3

Browse files
committed
fix(deps): update java
1 parent 350d6e6 commit 58a5ed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/adservice/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -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.51.0",
36+
implementation "com.google.api.grpc:proto-google-common-protos:2.52.0",
3737
"javax.annotation:javax.annotation-api:1.3.2",
3838
"io.grpc:grpc-protobuf:${grpcVersion}",
3939
"io.grpc:grpc-stub:${grpcVersion}",
@@ -45,7 +45,7 @@ dependencies {
4545

4646
runtimeOnly "com.fasterxml.jackson.core:jackson-core:${jacksonCoreVersion}",
4747
"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"
4949
}
5050
}
5151

0 commit comments

Comments
 (0)