[PRODSEC-7274] bump bouncycastle version, add enforce rule for old bouncycastle versions

This commit is contained in:
kcichonczyk
2023-08-18 12:57:37 +02:00
committed by GitHub
parent 689dedb01f
commit eefa2b7110
5 changed files with 53 additions and 6 deletions

View File

@@ -197,6 +197,10 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
@@ -220,7 +224,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15to18</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>