From 87adca4318a289d68fbf3a035894113e6bf9aaac Mon Sep 17 00:00:00 2001 From: Tsz-Wo Nicholas Sze Date: Fri, 20 Oct 2023 01:34:08 -0700 Subject: [PATCH] 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 94935d845c..77c5af7250 100644 --- a/ratis-test/pom.xml +++ b/ratis-test/pom.xml @@ -24,7 +24,7 @@ Apache Ratis Test - 1.70 + 1.76 @@ -102,13 +102,13 @@ org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on ${bouncycastle.version} test org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on ${bouncycastle.version} test