Skip to content

Commit

Permalink
fix(deps): update java (GoogleCloudPlatform#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 1, 2023
1 parent ad6f696 commit ef4da9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.58.0"
def jacksonCoreVersion = "2.15.2"
def jacksonDatabindVersion = "2.15.2"
def grpcVersion = "1.59.0"
def jacksonCoreVersion = "2.15.3"
def jacksonDatabindVersion = "2.15.3"
def protocVersion = "3.24.4"

tasks.withType(JavaCompile) {
Expand All @@ -33,14 +33,14 @@ dependencies {
if (speed) {
implementation fileTree(dir: offlineCompile, include: '*.jar')
} else {
implementation "com.google.api.grpc:proto-google-common-protos:2.26.0",
implementation "com.google.api.grpc:proto-google-common-protos:2.27.0",
"javax.annotation:javax.annotation-api:1.3.2",
"io.grpc:grpc-protobuf:${grpcVersion}",
"io.grpc:grpc-stub:${grpcVersion}",
"io.grpc:grpc-netty:${grpcVersion}",
"io.grpc:grpc-services:${grpcVersion}",
"io.grpc:grpc-census:${grpcVersion}",
"org.apache.logging.log4j:log4j-core:2.20.0",
"org.apache.logging.log4j:log4j-core:2.21.1",
"com.google.protobuf:protobuf-java:${protocVersion}"

runtimeOnly "com.fasterxml.jackson.core:jackson-core:${jacksonCoreVersion}",
Expand Down

0 comments on commit ef4da9e

Please sign in to comment.