Skip to content

Commit 2cfcc27

Browse files
Update protobuf packages to v3.25.4 (#452)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cbbe36 commit 2cfcc27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grpc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ java {
1616
}
1717

1818
var grpcVersion = "1.65.1" // CURRENT_GRPC_VERSION
19-
var protobufVersion = "3.25.3"
19+
var protobufVersion = "3.25.4"
2020
var protocVersion = protobufVersion
2121

2222
dependencies {
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

0 commit comments

Comments
 (0)