Skip to content

Commit 81f4500

Browse files
committed
fix(deps): Update dependency com.google.protobuf:protobuf-java-util to v4.33.1
1 parent 01666e9 commit 81f4500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ java {
2828
}
2929

3030
def grpcVersion = '1.76.0'
31-
def protobufVersion = '4.33.0'
31+
def protobufVersion = '4.33.1'
3232
def protocVersion = protobufVersion
3333

3434
dependencies {

0 commit comments

Comments
 (0)