Skip to content

Commit

Permalink
📦️ chore(deps): updates bouncy castle to 1.75 (latest 1.7x) (#741)
Browse files Browse the repository at this point in the history
This mitigates CVE-2023-33201.

ref. https://github.com/bcgit/bc-java/wiki/CVE-2023-33201

Co-authored-by: shrutiburman <87537688+shrutiburman@users.noreply.github.com>
  • Loading branch information
kebeda and shrutiburman authored Nov 8, 2023
1 parent 1ed8732 commit d4d332f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.75</version>
</dependency>
</dependencies>
<reporting>
Expand All @@ -306,4 +306,4 @@
</plugin>
</plugins>
</reporting>
</project>
</project>

0 comments on commit d4d332f

Please sign in to comment.