Skip to content

Commit 291f0ee

Browse files
committed
fix(deps): Update dependency com.google.protobuf:protobuf-java-util to v4.33.5
1 parent 7c60aa3 commit 291f0ee

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.78.0'
31-
def protobufVersion = '4.33.4'
31+
def protobufVersion = '4.33.5'
3232
def protocVersion = protobufVersion
3333

3434
dependencies {

0 commit comments

Comments
 (0)