Skip to content

Commit

Permalink
Update protobuf packages to v4 (major) (#395)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 7, 2024
1 parent cd7e819 commit 4e4d7c3
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 4e4d7c3

Please sign in to comment.