We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d6b85 commit d852eadCopy full SHA for d852ead
smoke-tests/images/grpc/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
implementation(platform("io.grpc:grpc-bom:1.62.2"))
12
implementation(platform("io.opentelemetry:opentelemetry-bom:1.0.0"))
13
implementation(platform("io.opentelemetry:opentelemetry-bom-alpha:1.0.0-alpha"))
14
- implementation(platform("org.apache.logging.log4j:log4j-bom:2.23.0"))
+ implementation(platform("org.apache.logging.log4j:log4j-bom:2.23.1"))
15
16
implementation("io.grpc:grpc-netty-shaded")
17
implementation("io.grpc:grpc-protobuf")
0 commit comments