We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5697b2 commit 0f20d71Copy full SHA for 0f20d71
src/adservice/build.gradle
@@ -17,7 +17,7 @@ version = "0.1.0-SNAPSHOT"
17
def grpcVersion = "1.76.0"
18
def jacksonCoreVersion = "2.20.0"
19
def jacksonDatabindVersion = "2.20.0"
20
-def protocVersion = "4.32.1"
+def protocVersion = "4.33.0"
21
22
tasks.withType(JavaCompile) {
23
sourceCompatibility = JavaVersion.VERSION_19
@@ -67,7 +67,7 @@ protobuf {
67
}
68
69
googleJavaFormat {
70
- toolVersion '1.29.0'
+ toolVersion '1.30.0'
71
72
73
// Inform IDEs like IntelliJ IDEA, Eclipse or NetBeans about the generated code.
0 commit comments