We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129e10a commit ce03d34Copy full SHA for ce03d34
src/adservice/build.gradle
@@ -14,9 +14,9 @@ description = 'Ad Service'
14
group = "adservice"
15
version = "0.1.0-SNAPSHOT"
16
17
-def grpcVersion = "1.68.0"
18
-def jacksonCoreVersion = "2.18.0"
19
-def jacksonDatabindVersion = "2.18.0"
+def grpcVersion = "1.68.1"
+def jacksonCoreVersion = "2.18.1"
+def jacksonDatabindVersion = "2.18.1"
20
def protocVersion = "3.25.5"
21
22
tasks.withType(JavaCompile) {
@@ -45,7 +45,7 @@ dependencies {
45
46
runtimeOnly "com.fasterxml.jackson.core:jackson-core:${jacksonCoreVersion}",
47
"com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}",
48
- "io.netty:netty-tcnative-boringssl-static:2.0.66.Final"
+ "io.netty:netty-tcnative-boringssl-static:2.0.69.Final"
49
}
50
51
0 commit comments