Skip to content

Commit

Permalink
fix(deps): update dependency io.grpc:grpc-bom to v1.65.0 (main) (open…
Browse files Browse the repository at this point in the history
…-telemetry#11689)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 28, 2024
1 parent 86b552e commit 3cf1a90
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.64.0"))
implementation(platform("io.grpc:grpc-bom:1.65.0"))
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.64.0"))
implementation(platform("io.grpc:grpc-bom:1.65.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.23.1"))
Expand Down

0 comments on commit 3cf1a90

Please sign in to comment.