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
….22.1 (open-telemetry#10131)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 27, 2023
1 parent 7d56082 commit a574bc4
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.60.1"))
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.22.0"))
implementation(platform("org.apache.logging.log4j:log4j-bom:2.22.1"))

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

0 comments on commit a574bc4

Please sign in to comment.