Bump io.grpc:grpc-bom from 1.54.0 to 1.54.1 (#8308)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6cb723686d
commit
0e372431bf
|
@ -23,7 +23,7 @@ dependencies {
|
|||
api("org.spockframework:spock-core")
|
||||
api(project(":testing-common"))
|
||||
|
||||
implementation(platform("io.grpc:grpc-bom:1.54.0"))
|
||||
implementation(platform("io.grpc:grpc-bom:1.54.1"))
|
||||
implementation("org.slf4j:slf4j-api")
|
||||
implementation("io.opentelemetry:opentelemetry-api")
|
||||
implementation("io.opentelemetry.proto:opentelemetry-proto")
|
||||
|
|
|
@ -8,7 +8,7 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform("io.grpc:grpc-bom:1.54.0"))
|
||||
implementation(platform("io.grpc:grpc-bom:1.54.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.20.0"))
|
||||
|
|
Loading…
Reference in New Issue