From 01a43dcb6d811487766e9245a44f5cac9eb43d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:37:26 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf:protobuf-java Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8dd611017..dc8ebe416 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ buildscript { // it is likely that we are going to get conflicts because we also have // direct dependency to protobuf 3.25.x. We will need to bump protobuf // version to 4.x.x then. - protoBufJavaVersion = '3.25.3' + protoBufJavaVersion = '4.27.0' protoCVersion = '3.25.3' } repositories {