Skip to content

Commit

Permalink
Mitigate dependency vulnerability in a2d2: bcprov-jdk15on-1.69.jar (#396
Browse files Browse the repository at this point in the history
)

* updated the bcprov the dependency

* updated the indentation and alignment

---------

Co-authored-by: djain <[email protected]>
  • Loading branch information
ddjain and djain authored Nov 20, 2023
1 parent 8985de0 commit 018900c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions a2d2-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.69</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.74</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 018900c

Please sign in to comment.