Skip to content

Commit 55d6788

Browse files
fix(deps): update dependency com.google.protobuf:protobuf-java to v4.33.1
1 parent 31f1d32 commit 55d6788

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
@@ -55,7 +55,7 @@ dependencies {
5555
implementation 'io.grpc:grpc-protobuf:1.63.0'
5656
implementation 'io.grpc:grpc-stub:1.63.0'
5757
implementation 'io.grpc:grpc-core:1.63.0'
58-
implementation 'com.google.protobuf:protobuf-java:4.28.2'
58+
implementation 'com.google.protobuf:protobuf-java:4.33.1'
5959

6060
implementation 'com.google.guava:guava:33.4.5-jre'
6161
}

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.33.1'
99
}
1010

1111
publishing {

0 commit comments

Comments
 (0)