Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.logging.log4j:log4j-bom to v2…
Browse files Browse the repository at this point in the history
….21.0
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 6b0f479 commit 823cd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke-tests/images/grpc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation(platform("io.grpc:grpc-bom:1.58.0"))
implementation(platform("io.opentelemetry:opentelemetry-bom:1.0.0"))
implementation(platform("io.opentelemetry:opentelemetry-bom-alpha:1.0.0-alpha"))
implementation(platform("org.apache.logging.log4j:log4j-bom:2.20.0"))
implementation(platform("org.apache.logging.log4j:log4j-bom:2.21.0"))

implementation("io.grpc:grpc-netty-shaded")
implementation("io.grpc:grpc-protobuf")
Expand Down

0 comments on commit 823cd6d

Please sign in to comment.