From e50f5066f3265b2ee95a7d7969ffccb2ae464f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:30:47 +0000 Subject: [PATCH] deps: bump com.google.protobuf:protoc from 3.24.4 to 4.28.3 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.24.4 to 4.28.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/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 bf5c0e5..96f1e9c 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ repositories { protobuf { protoc { - artifact = 'com.google.protobuf:protoc:3.24.4' + artifact = 'com.google.protobuf:protoc:4.28.3' } generateProtoTasks { all().each { task ->