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 86c7f42 commit 406714cCopy full SHA for 406714c
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.1"
18
-def jacksonCoreVersion = "2.18.1"
19
-def jacksonDatabindVersion = "2.18.1"
+def grpcVersion = "1.68.2"
+def jacksonCoreVersion = "2.18.2"
+def jacksonDatabindVersion = "2.18.2"
20
def protocVersion = "3.25.5"
21
22
tasks.withType(JavaCompile) {
0 commit comments