Skip to content

Commit 73dc250

Browse files
Update dependency com.google.protobuf:protobuf-java to v4.32.1
1 parent eb863bd commit 73dc250

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runner/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
implementation 'io.grpc:grpc-protobuf:1.63.0'
5353
implementation 'io.grpc:grpc-stub:1.63.0'
5454
implementation 'io.grpc:grpc-core:1.63.0'
55-
implementation 'com.google.protobuf:protobuf-java:4.28.2'
55+
implementation 'com.google.protobuf:protobuf-java:4.32.1'
5656

5757
implementation 'com.google.guava:guava:33.4.5-jre'
5858
}

types/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
dependencies {
8-
implementation 'com.google.protobuf:protobuf-java:4.28.2'
8+
implementation 'com.google.protobuf:protobuf-java:4.32.1'
99
}
1010

1111
publishing {

0 commit comments

Comments
 (0)