From 0cb04db03160a72e6b1df7f5425c37f58135e23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:37:06 +0000 Subject: [PATCH] deps: bump com.google.protobuf:protoc from 3.24.4 to 4.29.1 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.24.4 to 4.29.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: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..b2b5510 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.29.1' } generateProtoTasks { all().each { task ->