From 50eef75aa289eec2972df875f9e563343ba00e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:13:22 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 3.23.4 to 4.28.2 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.23.4 to 4.28.2. - [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:protoc 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 13acfd2..58b5d53 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ import org.gradle.plugins.ide.eclipse.model.SourceFolder buildscript { ext { - protobufVersion = '3.23.4' + protobufVersion = '4.28.2' protobufPluginVersion = '0.8.18' grpcVersion = '1.63.0' springBootVersion = '3.3.1'