Skip to content

Commit 150aac0

Browse files
authored
fix(deps): update protobuf monorepo to v4 (GoogleCloudPlatform#2882)
1 parent 78b0212 commit 150aac0

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.69.1"
1818
def jacksonCoreVersion = "2.18.2"
1919
def jacksonDatabindVersion = "2.18.2"
20-
def protocVersion = "3.25.5"
20+
def protocVersion = "4.29.3"
2121

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

0 commit comments

Comments
 (0)