From 88b9f92cba9fbeb43bca5d9f849beb0a9d2fc123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:24:45 +0000 Subject: [PATCH] Bump com.google.protobuf:protoc from 3.25.5 to 4.29.2 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.25.5 to 4.29.2. - [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] --- java-spiffe-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-spiffe-core/build.gradle b/java-spiffe-core/build.gradle index 569bab04..710762b9 100644 --- a/java-spiffe-core/build.gradle +++ b/java-spiffe-core/build.gradle @@ -50,7 +50,7 @@ task integrationTest(type: Test) { protobuf { protoc { - artifact = 'com.google.protobuf:protoc:3.25.5' + artifact = 'com.google.protobuf:protoc:4.29.2' } plugins { grpc {