Skip to content

Commit d4d332f

Browse files
kebedashrutiburman
andauthored
📦️ chore(deps): updates bouncy castle to 1.75 (latest 1.7x) (#741)
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>
1 parent 1ed8732 commit d4d332f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@
293293
</dependency>
294294
<dependency>
295295
<groupId>org.bouncycastle</groupId>
296-
<artifactId>bcprov-jdk15on</artifactId>
297-
<version>1.70</version>
296+
<artifactId>bcprov-jdk18on</artifactId>
297+
<version>1.75</version>
298298
</dependency>
299299
</dependencies>
300300
<reporting>
@@ -306,4 +306,4 @@
306306
</plugin>
307307
</plugins>
308308
</reporting>
309-
</project>
309+
</project>

0 commit comments

Comments
 (0)