From acc0902a124c92e81f2c073ca8ab8966371d5545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:42:59 +0000 Subject: [PATCH] deps: bump com.google.protobuf:protoc from 3.24.4 to 4.29.0 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.24.4 to 4.29.0. - [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..6d4d569 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.0' } generateProtoTasks { all().each { task ->