From 08d4d3a486ff0cf6fe64367aef3dbf028ea44585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 00:40:59 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.179 to 4.8.181 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.179 to 4.8.181. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.179...classgraph-4.8.181) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.181 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0a4e9f42..88671526 100644 --- a/fabric-chaincode-shim/build.gradle +++ b/fabric-chaincode-shim/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'org.hyperledger.fabric:fabric-protos:0.3.7' implementation 'org.bouncycastle:bcpkix-jdk18on:1.81' implementation 'org.bouncycastle:bcprov-jdk18on:1.81' - implementation 'io.github.classgraph:classgraph:4.8.179' + implementation 'io.github.classgraph:classgraph:4.8.181' implementation 'com.github.erosb:everit-json-schema:1.14.6' implementation 'org.json:json:20250517' implementation 'com.google.protobuf:protobuf-java-util'