Skip to content

Commit

Permalink
fix(deps): update java (#2818)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 9, 2024
1 parent 86c7f42 commit 406714c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/adservice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ description = 'Ad Service'
group = "adservice"
version = "0.1.0-SNAPSHOT"

def grpcVersion = "1.68.1"
def jacksonCoreVersion = "2.18.1"
def jacksonDatabindVersion = "2.18.1"
def grpcVersion = "1.68.2"
def jacksonCoreVersion = "2.18.2"
def jacksonDatabindVersion = "2.18.2"
def protocVersion = "3.25.5"

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 406714c

Please sign in to comment.