Skip to content

Commit

Permalink
fix transitive vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano81 committed Feb 29, 2024
1 parent 8658b8b commit 3b534f8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,17 @@
<groupId>com.github.stefano81</groupId>
<artifactId>jpbc</artifactId>
<version>v2.0.0-m</version>
<exclusions>
<exclusion>
<artifactId>bcprov-jdk16</artifactId>
<groupId>org.bouncycastle</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3b534f8

Please sign in to comment.