File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
2424 implementation ' io.grpc:grpc-protobuf:1.63.0'
2525 implementation ' io.grpc:grpc-stub:1.63.0'
2626 implementation ' io.grpc:grpc-core:1.63.0'
27- implementation ' com.google.protobuf:protobuf-java:4.28.2 '
27+ implementation ' com.google.protobuf:protobuf-java:4.32.0 '
2828
2929 // For logging, optional
3030 implementation ' org.slf4j:slf4j-simple:2.0.12'
@@ -38,7 +38,7 @@ dependencies {
3838
3939protobuf {
4040 protoc {
41- artifact = " com.google.protobuf:protoc:3.25.3 "
41+ artifact = " com.google.protobuf:protoc:3.25.8 "
4242 }
4343 plugins {
4444 grpc {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
1717
1818dependencies {
1919 implementation files(' ../../types/lib/build/libs/types.jar' )
20- implementation ' com.google.protobuf:protobuf-java:4.28.2 '
20+ implementation ' com.google.protobuf:protobuf-java:4.32.0 '
2121}
2222
2323// Apply a specific Java toolchain to ease working on different environments.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
1616}
1717
1818dependencies {
19- implementation ' com.google.protobuf:protobuf-java:4.28.2 '
19+ implementation ' com.google.protobuf:protobuf-java:4.32.0 '
2020}
2121
2222// Apply a specific Java toolchain to ease working on different environments.
You can’t perform that action at this time.
0 commit comments