Skip to content

Commit

Permalink
fix(deps): update java (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 19, 2024
1 parent 658e610 commit d68e4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adservice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = 'Ad Service'
group = "adservice"
version = "0.1.0-SNAPSHOT"

def grpcVersion = "1.65.1"
def grpcVersion = "1.66.0"
def jacksonCoreVersion = "2.17.2"
def jacksonDatabindVersion = "2.17.2"
def protocVersion = "3.25.4"
Expand Down Expand Up @@ -67,7 +67,7 @@ protobuf {
}

googleJavaFormat {
toolVersion '1.22.0'
toolVersion '1.23.0'
}

// Inform IDEs like IntelliJ IDEA, Eclipse or NetBeans about the generated code.
Expand Down

0 comments on commit d68e4dd

Please sign in to comment.