This is an automated email from the ASF dual-hosted git repository.

sunnianjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 3cfaf91635c Upgrade bcpkix-jdk15on to bcpkix-jdk18on (#31936)
3cfaf91635c is described below

commit 3cfaf91635c27bab52661bcf6c515fb48e5fffe1
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Jun 30 22:38:51 2024 +0800

    Upgrade bcpkix-jdk15on to bcpkix-jdk18on (#31936)
---
 pom.xml                     | 6 +++---
 proxy/frontend/core/pom.xml | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index a9b91027dd2..24062f9e23b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
         <seata.version>2.0.0</seata.version>
         
         <netty.version>4.1.106.Final</netty.version>
-        <bouncycastle.version>1.70</bouncycastle.version>
+        <bouncycastle.version>1.78.1</bouncycastle.version>
         
         <curator.version>5.6.0</curator.version>
         <zookeeper.version>3.9.2</zookeeper.version>
@@ -326,12 +326,12 @@
             
             <dependency>
                 <groupId>org.bouncycastle</groupId>
-                <artifactId>bcpkix-jdk15on</artifactId>
+                <artifactId>bcpkix-jdk18on</artifactId>
                 <version>${bouncycastle.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
-                <artifactId>bctls-jdk15on</artifactId>
+                <artifactId>bctls-jdk18on</artifactId>
                 <version>${bouncycastle.version}</version>
             </dependency>
             
diff --git a/proxy/frontend/core/pom.xml b/proxy/frontend/core/pom.xml
index 1c7541c6ae7..f734db17104 100644
--- a/proxy/frontend/core/pom.xml
+++ b/proxy/frontend/core/pom.xml
@@ -98,11 +98,11 @@
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpkix-jdk15on</artifactId>
+            <artifactId>bcpkix-jdk18on</artifactId>
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bctls-jdk15on</artifactId>
+            <artifactId>bctls-jdk18on</artifactId>
         </dependency>
     </dependencies>
 </project>

Reply via email to