From 50f7912b16f54e566a3596bc9e689d712dd631bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 03:37:48 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.23.0 to 4.27.0 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.23.0 to 4.27.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index c21828ea2e5..0925571ec65 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -107,7 +107,7 @@ ext { antVersion = '1.10.13' jnrVersion = '3.1.16' cassandraVersion = '4.1.1' - protobufVersion = '3.23.0' + protobufVersion = '4.27.0' osgiVersion = '8.0.0' log4jVersion = '2.20.0' jacksonjdk8Version = '2.15.0'