We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca92b1 commit a4ec128Copy full SHA for a4ec128
smoke-tests/images/grpc/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
implementation(platform("io.grpc:grpc-bom:1.66.0"))
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.1"))
+ implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.0"))
15
16
implementation("io.grpc:grpc-netty-shaded")
17
implementation("io.grpc:grpc-protobuf")
0 commit comments