Skip to content

Commit 406714c

Browse files
authored
fix(deps): update java (#2818)
1 parent 86c7f42 commit 406714c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/adservice/build.gradle

Lines changed: 3 additions & 3 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.1"
18-
def jacksonCoreVersion = "2.18.1"
19-
def jacksonDatabindVersion = "2.18.1"
17+
def grpcVersion = "1.68.2"
18+
def jacksonCoreVersion = "2.18.2"
19+
def jacksonDatabindVersion = "2.18.2"
2020
def protocVersion = "3.25.5"
2121

2222
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)