From 60e4bdccf5d452acebd9f223be62b1b5c69683c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:27:15 +0000 Subject: [PATCH] chore(deps): bump com.google.protobuf:protoc from 3.24.4 to 3.25.3 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.24.4 to 3.25.3. - [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/compare/v3.24.4...v3.25.3) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc 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 0dd0ff23..1af2b47c 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ javadoc.options.encoding = 'UTF-8' protobuf { protoc { - artifact = 'com.google.protobuf:protoc:3.24.4' + artifact = 'com.google.protobuf:protoc:3.25.3' } plugins { javalite {