Skip to content

Commit d432c54

Browse files
Move to CANL 2.8.3 + Bouncy Castle 1.80
1 parent 406c612 commit d432c54

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ SPDX-License-Identifier: Apache-2.0
4949

5050
<junit.version>4.13.2</junit.version>
5151
<hamcrest.version>1.3</hamcrest.version>
52-
<canl.version>2.7.0</canl.version>
52+
<canl.version>2.8.3</canl.version>
5353
<mockito.version>5.16.0</mockito.version>
5454
<jcip.version>1.0</jcip.version>
55-
<bc.version>1.70</bc.version>
55+
<bc.version>1.80</bc.version>
5656

5757
<maven.compiler.release>17</maven.compiler.release>
5858

@@ -246,24 +246,24 @@ SPDX-License-Identifier: Apache-2.0
246246
<exclusions>
247247
<exclusion>
248248
<groupId>org.bouncycastle</groupId>
249-
<artifactId>bcpkix-jdk15on</artifactId>
249+
<artifactId>bcpkix-jdk18on</artifactId>
250250
</exclusion>
251251
<exclusion>
252252
<groupId>org.bouncycastle</groupId>
253-
<artifactId>bcprov-jdk15on</artifactId>
253+
<artifactId>bcprov-jdk18on</artifactId>
254254
</exclusion>
255255
</exclusions>
256256
</dependency>
257257

258258
<dependency>
259259
<groupId>org.bouncycastle</groupId>
260-
<artifactId>bcpkix-jdk15on</artifactId>
260+
<artifactId>bcpkix-jdk18on</artifactId>
261261
<version>${bc.version}</version>
262262
</dependency>
263263

264264
<dependency>
265265
<groupId>org.bouncycastle</groupId>
266-
<artifactId>bcprov-jdk15on</artifactId>
266+
<artifactId>bcprov-jdk18on</artifactId>
267267
<version>${bc.version}</version>
268268
</dependency>
269269

0 commit comments

Comments
 (0)