Skip to content

Commit f825838

Browse files
Update dependency com.google.protobuf:protobuf-java to v4.32.0
1 parent b32324e commit f825838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ dependencies {
3535
runnerImplementation 'io.grpc:grpc-stub:1.63.0'
3636
runnerImplementation 'io.grpc:grpc-core:1.63.0'
3737

38-
runnerImplementation 'com.google.protobuf:protobuf-java:4.28.2'
39-
typesImplementation 'com.google.protobuf:protobuf-java:4.28.2'
38+
runnerImplementation 'com.google.protobuf:protobuf-java:4.32.0'
39+
typesImplementation 'com.google.protobuf:protobuf-java:4.32.0'
4040

4141
// For logging, optional
4242
implementation 'org.slf4j:slf4j-simple:2.0.12'

0 commit comments

Comments
 (0)