From 248c3f2791673945bb98e99cebe1e3091b4678d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 06:08:02 +0000 Subject: [PATCH] Bump grpc-bom from 1.23.1 to 1.52.1 Bumps [grpc-bom](https://github.com/grpc/grpc-java) from 1.23.1 to 1.52.1. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.23.1...v1.52.1) --- updated-dependencies: - dependency-name: io.grpc:grpc-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4d872282..40672580 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ configure(subprojects.findAll { !it.name.startsWith("examples/") }) { mavenBom 'org.testcontainers:testcontainers-bom:1.16.0' // pinned to 1.23.1, see https://github.com/grpc/grpc-java/issues/6707 - mavenBom 'io.grpc:grpc-bom:1.23.1' + mavenBom 'io.grpc:grpc-bom:1.52.1' mavenBom 'com.google.protobuf:protobuf-bom:3.10.0' mavenBom 'io.rsocket:rsocket-bom:1.1.0'