From 0e696602f0ee325f70ee5b01e7f227dab4972635 Mon Sep 17 00:00:00 2001 From: Muthu Sundaravadivel Date: Wed, 29 Apr 2026 11:07:45 +0530 Subject: [PATCH] bump the pmd-core and bcpkix-jdk18on Signed-off-by: Muthu Sundaravadivel --- .../src/contracts/bare-maven/pom.xml | 15 +++++++++++++++ .../src/contracts/wrapper-maven/pom.xml | 15 +++++++++++++++ fabric-chaincode-shim/build.gradle | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/fabric-chaincode-integration-test/src/contracts/bare-maven/pom.xml b/fabric-chaincode-integration-test/src/contracts/bare-maven/pom.xml index 4fcc03ad..5822c99a 100644 --- a/fabric-chaincode-integration-test/src/contracts/bare-maven/pom.xml +++ b/fabric-chaincode-integration-test/src/contracts/bare-maven/pom.xml @@ -27,6 +27,21 @@ + + + + org.bouncycastle + bcpkix-jdk18on + 1.84 + + + org.bouncycastle + bcprov-jdk18on + 1.84 + + + + diff --git a/fabric-chaincode-integration-test/src/contracts/wrapper-maven/pom.xml b/fabric-chaincode-integration-test/src/contracts/wrapper-maven/pom.xml index bf64b273..46b01140 100644 --- a/fabric-chaincode-integration-test/src/contracts/wrapper-maven/pom.xml +++ b/fabric-chaincode-integration-test/src/contracts/wrapper-maven/pom.xml @@ -31,6 +31,21 @@ + + + + org.bouncycastle + bcpkix-jdk18on + 1.84 + + + org.bouncycastle + bcprov-jdk18on + 1.84 + + + + diff --git a/fabric-chaincode-shim/build.gradle b/fabric-chaincode-shim/build.gradle index ecfe81f5..81d23417 100644 --- a/fabric-chaincode-shim/build.gradle +++ b/fabric-chaincode-shim/build.gradle @@ -13,7 +13,7 @@ plugins { } pmd { - toolVersion = '7.20.0' + toolVersion = '7.22.0' ruleSetFiles = files('../pmd-ruleset.xml') ruleSets = [] // explicitly set to empty to avoid using the default configuration ignoreFailures = false