Skip to content

Commit 3b8724e

Browse files
authored
fix(deps): update java (#3081)
1 parent a4bb99d commit 3b8724e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/adservice/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ description = 'Ad Service'
1414
group = "adservice"
1515
version = "0.1.0-SNAPSHOT"
1616

17-
def grpcVersion = "1.74.0"
18-
def jacksonCoreVersion = "2.19.2"
19-
def jacksonDatabindVersion = "2.19.2"
20-
def protocVersion = "4.32.0"
17+
def grpcVersion = "1.75.0"
18+
def jacksonCoreVersion = "2.20.0"
19+
def jacksonDatabindVersion = "2.20.0"
20+
def protocVersion = "4.32.1"
2121

2222
tasks.withType(JavaCompile) {
2323
sourceCompatibility = JavaVersion.VERSION_19
@@ -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.60.0",
36+
implementation "com.google.api.grpc:proto-google-common-protos:2.61.1",
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.72.Final"
48+
"io.netty:netty-tcnative-boringssl-static:2.0.73.Final"
4949
}
5050
}
5151

0 commit comments

Comments
 (0)