From c59c5d2c77850eb2004853a06d39df63b500a124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:31:04 -0600 Subject: [PATCH] Bump com.google.protobuf:protoc from 3.23.4 to 3.25.2 (#193) Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.23.4 to 3.25.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/compare/v3.23.4...v3.25.2) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Lambrecht --- 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 6b3b760..b43b750 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.23.4' + artifact = 'com.google.protobuf:protoc:3.25.2' } plugins { grpc {