File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ group = "adservice"
1515version = " 0.1.0-SNAPSHOT"
1616
1717def grpcVersion = " 1.78.0"
18- def jacksonCoreVersion = " 2.20.1 "
19- def jacksonDatabindVersion = " 2.20.1 "
20- def protocVersion = " 4.33.2 "
18+ def jacksonCoreVersion = " 2.21.0 "
19+ def jacksonDatabindVersion = " 2.21.0 "
20+ def protocVersion = " 4.33.4 "
2121
2222tasks. withType(JavaCompile ) {
2323 sourceCompatibility = JavaVersion . VERSION_21
@@ -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.63.2 " ,
36+ implementation " com.google.api.grpc:proto-google-common-protos:2.64.1 " ,
3737 " javax.annotation:javax.annotation-api:1.3.2" ,
3838 " io.grpc:grpc-protobuf:${ grpcVersion} " ,
3939 " io.grpc:grpc-stub:${ grpcVersion} " ,
You can’t perform that action at this time.
0 commit comments