Skip to content

Commit

Permalink
fix(deps): update java (#2545)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 13, 2024
1 parent 69c86a7 commit e2a887d
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 @@ -15,8 +15,8 @@ group = "adservice"
version = "0.1.0-SNAPSHOT"

def grpcVersion = "1.63.0"
def jacksonCoreVersion = "2.17.0"
def jacksonDatabindVersion = "2.17.0"
def jacksonCoreVersion = "2.17.1"
def jacksonDatabindVersion = "2.17.1"
def protocVersion = "3.25.3"

tasks.withType(JavaCompile) {
Expand All @@ -33,7 +33,7 @@ dependencies {
if (speed) {
implementation fileTree(dir: offlineCompile, include: '*.jar')
} else {
implementation "com.google.api.grpc:proto-google-common-protos:2.38.0",
implementation "com.google.api.grpc:proto-google-common-protos:2.39.0",
"javax.annotation:javax.annotation-api:1.3.2",
"io.grpc:grpc-protobuf:${grpcVersion}",
"io.grpc:grpc-stub:${grpcVersion}",
Expand Down

0 comments on commit e2a887d

Please sign in to comment.