Skip to content

Commit ce03d34

Browse files
authored
fix(deps): update java (GoogleCloudPlatform#2793)
1 parent 129e10a commit ce03d34

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
@@ -14,9 +14,9 @@ description = 'Ad Service'
1414
group = "adservice"
1515
version = "0.1.0-SNAPSHOT"
1616

17-
def grpcVersion = "1.68.0"
18-
def jacksonCoreVersion = "2.18.0"
19-
def jacksonDatabindVersion = "2.18.0"
17+
def grpcVersion = "1.68.1"
18+
def jacksonCoreVersion = "2.18.1"
19+
def jacksonDatabindVersion = "2.18.1"
2020
def protocVersion = "3.25.5"
2121

2222
tasks.withType(JavaCompile) {
@@ -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.66.Final"
48+
"io.netty:netty-tcnative-boringssl-static:2.0.69.Final"
4949
}
5050
}
5151

0 commit comments

Comments
 (0)