From 1df9aa32d6b0411278ec954b121bc69b213d57c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 20:42:38 +0000 Subject: [PATCH] Bump protobufVersion from 3.25.3 to 4.27.1 Bumps `protobufVersion` from 3.25.3 to 4.27.1. Updates `com.google.protobuf:protobuf-java` from 3.25.3 to 4.27.1 - [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) Updates `com.google.protobuf:protoc` from 3.25.3 to 4.27.1 - [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 - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 2d215b98ed8..ed4a54e4ea4 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -83,7 +83,7 @@ ext { jinjavaVersion = '2.5.2' // Protobuf - protobufVersion = '3.25.3' + protobufVersion = '4.27.1' grpcVersion = '1.64.0' // Database