Skip to content

Commit 38f1126

Browse files
Bump io.grpc:grpc-bom from 1.51.1 to 1.53.0 (#336)
Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.51.1 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.51.1...v1.53.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16b51b2 commit 38f1126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ val DEPENDENCY_BOMS = listOf(
3838
"com.google.guava:guava-bom:31.1-jre",
3939
"com.google.protobuf:protobuf-bom:3.21.12",
4040
"com.linecorp.armeria:armeria-bom:1.21.0",
41-
"io.grpc:grpc-bom:1.51.1",
41+
"io.grpc:grpc-bom:1.53.0",
4242
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${if (!TEST_SNAPSHOTS) "$otelVersion-alpha" else "$otelSnapshotVersion-alpha-SNAPSHOT"}",
4343
"org.apache.logging.log4j:log4j-bom:2.19.0",
4444
"org.junit:junit-bom:5.9.1",

0 commit comments

Comments
 (0)