Skip to content

Commit cef60c6

Browse files
pjfanningsuperajun-wsj
authored andcommitted
change to bcprov-jdk18on due to multiple CVEs
1 parent 861213e commit cef60c6

File tree

1 file changed

+3
-3
lines changed
  • third-party-libs/bouncycastle-native

1 file changed

+3
-3
lines changed

third-party-libs/bouncycastle-native/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
</dependency>
9292
<dependency>
9393
<groupId>org.bouncycastle</groupId>
94-
<artifactId>bcprov-jdk15on</artifactId>
95-
<version>1.67</version>
94+
<artifactId>bcprov-jdk18on</artifactId>
95+
<version>1.80</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.junit.jupiter</groupId>
@@ -226,4 +226,4 @@
226226
</build>
227227
</profile>
228228
</profiles>
229-
</project>
229+
</project>

0 commit comments

Comments
 (0)