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