We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3525edd commit 5940c61Copy full SHA for 5940c61
pom.xml
@@ -91,8 +91,18 @@ SOFTWARE.
91
<groupId>org.apache.commons</groupId>
92
<artifactId>commons-compress</artifactId>
93
</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>
99
</exclusions>
100
</dependency>
101
+ <dependency>
102
103
104
+ <version>1.70</version>
105
+ </dependency>
106
<dependency>
107
108
0 commit comments