Skip to content

Commit

Permalink
Update protobuf packages to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 28, 2024
1 parent d740b00 commit 571e354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grpc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ java {
}

var grpcVersion = "1.65.0" // CURRENT_GRPC_VERSION
var protobufVersion = "3.25.3"
var protobufVersion = "4.27.2"
var protocVersion = protobufVersion

dependencies {
runtimeOnly ("io.grpc:grpc-netty-shaded:${grpcVersion}")
implementation ("io.grpc:grpc-protobuf:${grpcVersion}")
implementation ("io.grpc:grpc-services:${grpcVersion}")
implementation ("io.grpc:grpc-stub:${grpcVersion}")
implementation ("com.google.protobuf:protobuf-java-util:3.25.3")
implementation ("com.google.protobuf:protobuf-java-util:4.27.2")
implementation ("io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:1.32.0-alpha")
implementation ("com.google.guava:guava:33.2.1-jre")

Expand Down

0 comments on commit 571e354

Please sign in to comment.