Skip to content

Commit 560e6c8

Browse files
committed
fix(deps): Update dependency com.google.protobuf:protobuf-java-util to v4.28.3
1 parent a2a9d73 commit 560e6c8

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
@@ -24,7 +24,7 @@ sourceCompatibility = 1.8
2424
targetCompatibility = 1.8
2525

2626
def grpcVersion = '1.68.0'
27-
def protobufVersion = '4.28.2'
27+
def protobufVersion = '4.28.3'
2828
def protocVersion = protobufVersion
2929

3030
dependencies {

0 commit comments

Comments
 (0)