Skip to content

Commit 2bf003a

Browse files
authored
fix(deps): update java to v4.32.0 (GoogleCloudPlatform#3075)
1 parent 8f0c0f3 commit 2bf003a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adservice/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version = "0.1.0-SNAPSHOT"
1717
def grpcVersion = "1.74.0"
1818
def jacksonCoreVersion = "2.19.2"
1919
def jacksonDatabindVersion = "2.19.2"
20-
def protocVersion = "4.31.1"
20+
def protocVersion = "4.32.0"
2121

2222
tasks.withType(JavaCompile) {
2323
sourceCompatibility = JavaVersion.VERSION_19

0 commit comments

Comments
 (0)