From b27d7c7de7c724b1f68c90fb504ca353eee10b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 09:11:00 +0000 Subject: [PATCH] Bump io.grpc:grpc-bom from 1.73.0 to 1.74.0 Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.73.0 to 1.74.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.73.0...v1.74.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-bom dependency-version: 1.74.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c6f31c40..556df472 100644 --- a/fabric-chaincode-shim/build.gradle +++ b/fabric-chaincode-shim/build.gradle @@ -36,7 +36,7 @@ dependencies { } } implementation platform('com.google.protobuf:protobuf-bom:4.31.1') - implementation platform('io.grpc:grpc-bom:1.73.0') + implementation platform('io.grpc:grpc-bom:1.74.0') implementation platform('io.opentelemetry:opentelemetry-bom:1.52.0') implementation 'org.hyperledger.fabric:fabric-protos:0.3.7'