Skip to content

Commit

Permalink
Updated org.bouncycastle:bcpg-jdk15on (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
olenagerasimova committed Aug 28, 2023
1 parent 3525edd commit 5940c61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,18 @@ SOFTWARE.
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
<!-- org.bouncycastle:bcpg-jdk15on:1.69 is excluded because of some vulnerabilities, version 1.70 is used -->
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk15on</artifactId>
<version>1.70</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
Expand Down

0 comments on commit 5940c61

Please sign in to comment.