Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/adservice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version = "0.1.0-SNAPSHOT"
def grpcVersion = "1.76.0"
def jacksonCoreVersion = "2.20.0"
def jacksonDatabindVersion = "2.20.0"
def protocVersion = "4.32.1"
def protocVersion = "4.33.0"

tasks.withType(JavaCompile) {
sourceCompatibility = JavaVersion.VERSION_19
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.61.3",
implementation "com.google.api.grpc:proto-google-common-protos:2.62.0",
"javax.annotation:javax.annotation-api:1.3.2",
"io.grpc:grpc-protobuf:${grpcVersion}",
"io.grpc:grpc-stub:${grpcVersion}",
Expand Down Expand Up @@ -67,7 +67,7 @@ protobuf {
}

googleJavaFormat {
toolVersion '1.29.0'
toolVersion '1.30.0'
}

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