Skip to content

Commit f42fdf8

Browse files
committed
fix(deps): update java
1 parent f5697b2 commit f42fdf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/adservice/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version = "0.1.0-SNAPSHOT"
1717
def grpcVersion = "1.76.0"
1818
def jacksonCoreVersion = "2.20.0"
1919
def jacksonDatabindVersion = "2.20.0"
20-
def protocVersion = "4.32.1"
20+
def protocVersion = "4.33.0"
2121

2222
tasks.withType(JavaCompile) {
2323
sourceCompatibility = JavaVersion.VERSION_19
@@ -33,7 +33,7 @@ dependencies {
3333
if (speed) {
3434
implementation fileTree(dir: offlineCompile, include: '*.jar')
3535
} else {
36-
implementation "com.google.api.grpc:proto-google-common-protos:2.61.3",
36+
implementation "com.google.api.grpc:proto-google-common-protos:2.62.0",
3737
"javax.annotation:javax.annotation-api:1.3.2",
3838
"io.grpc:grpc-protobuf:${grpcVersion}",
3939
"io.grpc:grpc-stub:${grpcVersion}",
@@ -67,7 +67,7 @@ protobuf {
6767
}
6868

6969
googleJavaFormat {
70-
toolVersion '1.29.0'
70+
toolVersion '1.30.0'
7171
}
7272

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

0 commit comments

Comments
 (0)