Skip to content

Commit 86169f9

Browse files
committed
Bump bouncycastle bcpkix-jdk15on (1.70) → bcpkix-jdk18on (1.81)
1 parent 4b1c6b3 commit 86169f9

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
@@ -99,7 +99,7 @@
9999

100100
<!-- sdk dependency versions -->
101101
<slf4j.version>2.0.16</slf4j.version>
102-
<bouncy.castle.version>1.70</bouncy.castle.version>
102+
<bouncycastle.version>1.81</bouncycastle.version>
103103
<jackson.version>2.19.0</jackson.version>
104104
<protobuf-java.version>3.25.8</protobuf-java.version>
105105
<httpmime.version>4.5.14</httpmime.version>
@@ -158,8 +158,8 @@
158158
<!-- sdk dependencies -->
159159
<dependency>
160160
<groupId>org.bouncycastle</groupId>
161-
<artifactId>bcpkix-jdk15on</artifactId>
162-
<version>${bouncy.castle.version}</version>
161+
<artifactId>bcpkix-jdk18on</artifactId>
162+
<version>${bouncycastle.version}</version>
163163
</dependency>
164164
<dependency>
165165
<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)