This is an automated email from the ASF dual-hosted git repository.
shaojunwang pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-java-tee-sdk.git
The following commit(s) were added to refs/heads/master by this push:
new cef60c6 change to bcprov-jdk18on due to multiple CVEs
cef60c6 is described below
commit cef60c64f9ee175ae0011d585cb87686470ee4fa
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 2 02:53:42 2025 +0100
change to bcprov-jdk18on due to multiple CVEs
---
third-party-libs/bouncycastle-native/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/third-party-libs/bouncycastle-native/pom.xml
b/third-party-libs/bouncycastle-native/pom.xml
index b5d4270..6e2a2af 100644
--- a/third-party-libs/bouncycastle-native/pom.xml
+++ b/third-party-libs/bouncycastle-native/pom.xml
@@ -91,8 +91,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- <version>1.67</version>
+ <artifactId>bcprov-jdk18on</artifactId>
+ <version>1.80</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
@@ -226,4 +226,4 @@
</build>
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]