From 158e3eb929a932a25d6737fe57ca03f3e876baf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:10:14 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 3.24.3 to 3.24.4 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.24.3 to 3.24.4. - [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.3...v3.24.4) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ad8167b..c98455d 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ licenseReport { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.24.3" + artifact = "com.google.protobuf:protoc:3.24.4" } generateProtoTasks { ofSourceSet('main')