Skip to content

Commit 5abdcb1

Browse files
authored
Version bump of Bouncy Castle packages (#244)
Since we are abandoning Java 6 we are switching to jdk18on packages. This is necessary to appease security scanners.
1 parent ddb01aa commit 5abdcb1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

driver-core/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,20 +179,20 @@
179179
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
180180
<dependency>
181181
<groupId>org.bouncycastle</groupId>
182-
<artifactId>bcprov-jdk15on</artifactId>
183-
<version>1.70</version>
182+
<artifactId>bcprov-jdk18on</artifactId>
183+
<version>1.76</version>
184184
</dependency>
185185
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
186186
<dependency>
187187
<groupId>org.bouncycastle</groupId>
188-
<artifactId>bcpkix-jdk15on</artifactId>
189-
<version>1.70</version>
188+
<artifactId>bcpkix-jdk18on</artifactId>
189+
<version>1.76</version>
190190
</dependency>
191191
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk15on -->
192192
<dependency>
193193
<groupId>org.bouncycastle</groupId>
194-
<artifactId>bcutil-jdk15on</artifactId>
195-
<version>1.70</version>
194+
<artifactId>bcutil-jdk18on</artifactId>
195+
<version>1.76</version>
196196
</dependency>
197197

198198

0 commit comments

Comments
 (0)