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 Jul 31, 2024
1 parent 0b48d7d commit afc5bdd
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.1" // CURRENT_GRPC_VERSION
var protobufVersion = "3.25.4"
var protobufVersion = "4.27.3"
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.4")
implementation ("com.google.protobuf:protobuf-java-util:4.27.3")
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 afc5bdd

Please sign in to comment.