Skip to content

Commit

Permalink
RATIS-1914. Bouncy Castle For Java LDAP injection vulnerability. (apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
szetszwo authored Oct 20, 2023
1 parent 639f1bf commit 87adca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ratis-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<name>Apache Ratis Test</name>

<properties>
<bouncycastle.version>1.70</bouncycastle.version>
<bouncycastle.version>1.76</bouncycastle.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 87adca4

Please sign in to comment.