Skip to content

Commit 0f20d71

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/adservice/build.gradle

Lines changed: 2 additions & 2 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
@@ -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)