From c9476cdfafb88e2def6aaaaca10e0981d31acfb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 08:28:10 +0000 Subject: [PATCH] Bump the java group across 2 directories with 1 update Bumps the java group with 1 update in the / directory: [com.google.protobuf:protobuf-bom](https://github.com/protocolbuffers/protobuf). Bumps the java group with 1 update in the /fabric-chaincode-shim directory: [com.google.protobuf:protobuf-bom](https://github.com/protocolbuffers/protobuf). Updates `com.google.protobuf:protobuf-bom` from 4.32.1 to 4.33.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) Updates `com.google.protobuf:protobuf-bom` from 4.32.1 to 4.33.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:protobuf-bom dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.google.protobuf:protobuf-bom dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] --- fabric-chaincode-shim/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric-chaincode-shim/build.gradle b/fabric-chaincode-shim/build.gradle index 81366e15..f7bf964e 100644 --- a/fabric-chaincode-shim/build.gradle +++ b/fabric-chaincode-shim/build.gradle @@ -35,7 +35,7 @@ dependencies { because('CVE-2025-48924') } } - implementation platform('com.google.protobuf:protobuf-bom:4.32.1') + implementation platform('com.google.protobuf:protobuf-bom:4.33.0') implementation platform('io.grpc:grpc-bom:1.76.0') implementation platform('io.opentelemetry:opentelemetry-bom:1.55.0')