Skip to content

Commit 9a247d5

Browse files
Bump io.grpc:grpc-bom from 1.54.1 to 1.55.1 (#8460)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43073e7 commit 9a247d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

smoke-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
api("org.spockframework:spock-core")
2424
api(project(":testing-common"))
2525

26-
implementation(platform("io.grpc:grpc-bom:1.54.1"))
26+
implementation(platform("io.grpc:grpc-bom:1.55.1"))
2727
implementation("org.slf4j:slf4j-api")
2828
implementation("io.opentelemetry:opentelemetry-api")
2929
implementation("io.opentelemetry.proto:opentelemetry-proto")

smoke-tests/images/grpc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
dependencies {
11-
implementation(platform("io.grpc:grpc-bom:1.54.1"))
11+
implementation(platform("io.grpc:grpc-bom:1.55.1"))
1212
implementation(platform("io.opentelemetry:opentelemetry-bom:1.0.0"))
1313
implementation(platform("io.opentelemetry:opentelemetry-bom-alpha:1.0.0-alpha"))
1414
implementation(platform("org.apache.logging.log4j:log4j-bom:2.20.0"))

0 commit comments

Comments
 (0)