Skip to content

Commit 9fe9815

Browse files
committed
Bump bouncycastle bcpkix-jdk15on (1.70) → bcpkix-jdk18on (1.81)
1 parent e610e70 commit 9fe9815

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

yoti-sdk-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<dependency>
2121
<groupId>org.bouncycastle</groupId>
22-
<artifactId>bcpkix-jdk15on</artifactId>
22+
<artifactId>bcpkix-jdk18on</artifactId>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.fasterxml.jackson.core</groupId>

yoti-sdk-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
<!-- sdk dependency versions -->
9191
<slf4j.version>2.0.9</slf4j.version>
92-
<bouncy.castle.version>1.70</bouncy.castle.version>
92+
<bouncycastle.version>1.81</bouncycastle.version>
9393
<jackson.version>2.19.0</jackson.version>
9494
<protobuf-java.version>3.25.8</protobuf-java.version>
9595
<httpmime.version>4.5.14</httpmime.version>
@@ -148,8 +148,8 @@
148148
<!-- sdk dependencies -->
149149
<dependency>
150150
<groupId>org.bouncycastle</groupId>
151-
<artifactId>bcpkix-jdk15on</artifactId>
152-
<version>${bouncy.castle.version}</version>
151+
<artifactId>bcpkix-jdk18on</artifactId>
152+
<version>${bouncycastle.version}</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>com.fasterxml.jackson</groupId>

yoti-sdk-sandbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<dependency>
2121
<groupId>org.bouncycastle</groupId>
22-
<artifactId>bcpkix-jdk15on</artifactId>
22+
<artifactId>bcpkix-jdk18on</artifactId>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)