File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ java {
1616}
1717
1818var grpcVersion = " 1.65.1" // CURRENT_GRPC_VERSION
19- var protobufVersion = " 3.25.3 "
19+ var protobufVersion = " 3.25.4 "
2020var protocVersion = protobufVersion
2121
2222dependencies {
2323 runtimeOnly (" io.grpc:grpc-netty-shaded:${grpcVersion} " )
2424 implementation (" io.grpc:grpc-protobuf:${grpcVersion} " )
2525 implementation (" io.grpc:grpc-services:${grpcVersion} " )
2626 implementation (" io.grpc:grpc-stub:${grpcVersion} " )
27- implementation (" com.google.protobuf:protobuf-java-util:3.25.3 " )
27+ implementation (" com.google.protobuf:protobuf-java-util:3.25.4 " )
2828 implementation (" io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:1.32.0-alpha" )
2929 implementation (" com.google.guava:guava:33.2.1-jre" )
3030
You can’t perform that action at this time.
0 commit comments