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

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


The following commit(s) were added to refs/heads/master by this push:
     new 87adca431 RATIS-1914. Bouncy Castle For Java LDAP injection 
vulnerability. (#944)
87adca431 is described below

commit 87adca4318a289d68fbf3a035894113e6bf9aaac
Author: Tsz-Wo Nicholas Sze <[email protected]>
AuthorDate: Fri Oct 20 01:34:08 2023 -0700

    RATIS-1914. Bouncy Castle For Java LDAP injection vulnerability. (#944)
---
 ratis-test/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ratis-test/pom.xml b/ratis-test/pom.xml
index 94935d845..77c5af725 100644
--- a/ratis-test/pom.xml
+++ b/ratis-test/pom.xml
@@ -24,7 +24,7 @@
   <name>Apache Ratis Test</name>
 
   <properties>
-    <bouncycastle.version>1.70</bouncycastle.version>
+    <bouncycastle.version>1.76</bouncycastle.version>
   </properties>
 
   <dependencies>
@@ -102,13 +102,13 @@
 
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-jdk15on</artifactId>
+      <artifactId>bcprov-jdk18on</artifactId>
       <version>${bouncycastle.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcpkix-jdk15on</artifactId>
+      <artifactId>bcpkix-jdk18on</artifactId>
       <version>${bouncycastle.version}</version>
       <scope>test</scope>
     </dependency>

Reply via email to