Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v33.4.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent a04c7ed commit 2bdcc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation ("io.grpc:grpc-stub:${grpcVersion}")
implementation ("com.google.protobuf:protobuf-java-util:${protobufVersion}")
implementation ("io.opentelemetry.instrumentation:opentelemetry-grpc-1.6:1.32.0-alpha")
implementation ("com.google.guava:guava:33.3.1-jre")
implementation ("com.google.guava:guava:33.4.0-jre")

implementation("io.opentelemetry:opentelemetry-api")
implementation("io.opentelemetry:opentelemetry-sdk")
Expand Down

0 comments on commit 2bdcc36

Please sign in to comment.