Skip to content

Commit a106060

Browse files
Bouncheckdkropachev
authored andcommitted
Upgrade org.bouncycastle dependencies
Fixes CVE-2025-8916
1 parent 9d873dc commit a106060

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
@@ -176,23 +176,23 @@
176176
<groupId>com.fasterxml.jackson.dataformat</groupId>
177177
<artifactId>jackson-dataformat-yaml</artifactId>
178178
</dependency>
179-
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
179+
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on -->
180180
<dependency>
181181
<groupId>org.bouncycastle</groupId>
182182
<artifactId>bcprov-jdk18on</artifactId>
183-
<version>1.78.1</version>
183+
<version>1.82</version>
184184
</dependency>
185-
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
185+
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on -->
186186
<dependency>
187187
<groupId>org.bouncycastle</groupId>
188188
<artifactId>bcpkix-jdk18on</artifactId>
189-
<version>1.78.1</version>
189+
<version>1.82</version>
190190
</dependency>
191-
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk15on -->
191+
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcutil-jdk18on -->
192192
<dependency>
193193
<groupId>org.bouncycastle</groupId>
194194
<artifactId>bcutil-jdk18on</artifactId>
195-
<version>1.78.1</version>
195+
<version>1.82</version>
196196
</dependency>
197197

198198
<!-- added for easier DNS hostname resolution mocking -->

0 commit comments

Comments
 (0)