Skip to content

Commit

Permalink
fix(deps): update dependency io.grpc:grpc-bom to v1.68.1 (#12527)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent d717c81 commit 8900886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion smoke-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
api("org.spockframework:spock-core")
api(project(":testing-common"))

implementation(platform("io.grpc:grpc-bom:1.68.0"))
implementation(platform("io.grpc:grpc-bom:1.68.1"))
implementation("org.slf4j:slf4j-api")
implementation("io.opentelemetry:opentelemetry-api")
implementation("io.opentelemetry.proto:opentelemetry-proto")
Expand Down
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 @@ -8,7 +8,7 @@ plugins {
}

dependencies {
implementation(platform("io.grpc:grpc-bom:1.68.0"))
implementation(platform("io.grpc:grpc-bom:1.68.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.24.1"))
Expand Down

0 comments on commit 8900886

Please sign in to comment.