@@ -14,10 +14,10 @@ description = 'Ad Service'
14
14
group = " adservice"
15
15
version = " 0.1.0-SNAPSHOT"
16
16
17
- def grpcVersion = " 1.70 .0"
18
- def jacksonCoreVersion = " 2.18.2 "
19
- def jacksonDatabindVersion = " 2.18.2 "
20
- def protocVersion = " 4.29.3 "
17
+ def grpcVersion = " 1.71 .0"
18
+ def jacksonCoreVersion = " 2.18.3 "
19
+ def jacksonDatabindVersion = " 2.18.3 "
20
+ def protocVersion = " 4.30.0 "
21
21
22
22
tasks. withType(JavaCompile ) {
23
23
sourceCompatibility = JavaVersion . VERSION_19
@@ -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.53 .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
0 commit comments