From 39cfcea96cb162efaf72fbdd7ce44561109b666a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 06:06:34 +0000 Subject: [PATCH] Bump protobuf-bom from 3.10.0 to 3.21.12 Bumps [protobuf-bom](https://github.com/protocolbuffers/protobuf) from 3.10.0 to 3.21.12. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.10.0...v3.21.12) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-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..ff11209c 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,7 @@ configure(subprojects.findAll { !it.name.startsWith("examples/") }) { // pinned to 1.23.1, see https://github.com/grpc/grpc-java/issues/6707 mavenBom 'io.grpc:grpc-bom:1.23.1' - mavenBom 'com.google.protobuf:protobuf-bom:3.10.0' + mavenBom 'com.google.protobuf:protobuf-bom:3.21.12' mavenBom 'io.rsocket:rsocket-bom:1.1.0' }