Skip to content

Commit

Permalink
Version bump of Bouncy Castle packages (#244)
Browse files Browse the repository at this point in the history
Since we are abandoning Java 6 we are switching to jdk18on
packages. This is necessary to appease security scanners.
  • Loading branch information
Bouncheck authored Sep 26, 2023
1 parent ddb01aa commit 5abdcb1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions driver-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,20 +179,20 @@
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.76</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.76</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk15on -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcutil-jdk18on</artifactId>
<version>1.76</version>
</dependency>


Expand Down

0 comments on commit 5abdcb1

Please sign in to comment.