Skip to content

Commit 8302191

Browse files
authored
fix(deps): update java (#3230)
1 parent a7c21d9 commit 8302191

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/adservice/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ group = "adservice"
1515
version = "0.1.0-SNAPSHOT"
1616

1717
def 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

2222
tasks.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}",

0 commit comments

Comments
 (0)