Skip to content

Commit 5940c61

Browse files
Updated org.bouncycastle:bcpg-jdk15on (#554)
1 parent 3525edd commit 5940c61

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,18 @@ SOFTWARE.
9191
<groupId>org.apache.commons</groupId>
9292
<artifactId>commons-compress</artifactId>
9393
</exclusion>
94+
<!-- org.bouncycastle:bcpg-jdk15on:1.69 is excluded because of some vulnerabilities, version 1.70 is used -->
95+
<exclusion>
96+
<groupId>org.bouncycastle</groupId>
97+
<artifactId>bcpg-jdk15on</artifactId>
98+
</exclusion>
9499
</exclusions>
95100
</dependency>
101+
<dependency>
102+
<groupId>org.bouncycastle</groupId>
103+
<artifactId>bcpg-jdk15on</artifactId>
104+
<version>1.70</version>
105+
</dependency>
96106
<dependency>
97107
<groupId>org.apache.commons</groupId>
98108
<artifactId>commons-compress</artifactId>

0 commit comments

Comments
 (0)