Skip to content

Commit 0e69660

Browse files
Muthu  SundaravadivelMuthu  Sundaravadivel
authored andcommitted
bump the pmd-core and bcpkix-jdk18on
Signed-off-by: Muthu Sundaravadivel <muthu@Muthus-MacBook-Pro.local>
1 parent 5cd4f45 commit 0e69660

3 files changed

Lines changed: 31 additions & 1 deletion

File tree

fabric-chaincode-integration-test/src/contracts/bare-maven/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,21 @@
2727
</repository>
2828
</repositories>
2929

30+
<dependencyManagement>
31+
<dependencies>
32+
<dependency>
33+
<groupId>org.bouncycastle</groupId>
34+
<artifactId>bcpkix-jdk18on</artifactId>
35+
<version>1.84</version>
36+
</dependency>
37+
<dependency>
38+
<groupId>org.bouncycastle</groupId>
39+
<artifactId>bcprov-jdk18on</artifactId>
40+
<version>1.84</version>
41+
</dependency>
42+
</dependencies>
43+
</dependencyManagement>
44+
3045
<dependencies>
3146

3247
<!-- fabric-chaincode-java -->

fabric-chaincode-integration-test/src/contracts/wrapper-maven/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@
3131
</repository>
3232
</repositories>
3333

34+
<dependencyManagement>
35+
<dependencies>
36+
<dependency>
37+
<groupId>org.bouncycastle</groupId>
38+
<artifactId>bcpkix-jdk18on</artifactId>
39+
<version>1.84</version>
40+
</dependency>
41+
<dependency>
42+
<groupId>org.bouncycastle</groupId>
43+
<artifactId>bcprov-jdk18on</artifactId>
44+
<version>1.84</version>
45+
</dependency>
46+
</dependencies>
47+
</dependencyManagement>
48+
3449
<dependencies>
3550

3651
<!-- fabric-chaincode-java -->

fabric-chaincode-shim/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
pmd {
16-
toolVersion = '7.20.0'
16+
toolVersion = '7.22.0'
1717
ruleSetFiles = files('../pmd-ruleset.xml')
1818
ruleSets = [] // explicitly set to empty to avoid using the default configuration
1919
ignoreFailures = false

0 commit comments

Comments
 (0)