fix(deps): update dependency io.grpc:grpc-bom to v1.61.1 (#10395)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-03 10:41:58 +02:00 committed by GitHub
parent ba6db8c79f
commit 4385adeffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ dependencies {
api("org.spockframework:spock-core")
api(project(":testing-common"))
implementation(platform("io.grpc:grpc-bom:1.61.0"))
implementation(platform("io.grpc:grpc-bom:1.61.1"))
implementation("org.slf4j:slf4j-api")
implementation("io.opentelemetry:opentelemetry-api")
implementation("io.opentelemetry.proto:opentelemetry-proto")

View File

@ -8,7 +8,7 @@ plugins {
}
dependencies {
implementation(platform("io.grpc:grpc-bom:1.61.0"))
implementation(platform("io.grpc:grpc-bom:1.61.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.1"))