Skip to content

Commit cc5eeff

Browse files
Update protobuf packages to v4.28.2 (#486)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jason Plumb <[email protected]>
1 parent 86cac92 commit cc5eeff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grpc/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ java {
1616
}
1717

1818
var grpcVersion = "1.66.0" // CURRENT_GRPC_VERSION
19-
var protobufVersion = "4.28.0"
19+
var protobufVersion = "4.28.2"
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:4.28.0")
27+
implementation ("com.google.protobuf:protobuf-java-util:${protobufVersion}")
2828
implementation ("io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:1.32.0-alpha")
2929
implementation ("com.google.guava:guava:33.3.0-jre")
3030

0 commit comments

Comments
 (0)