Skip to content

Commit 69c0e6d

Browse files
committed
⬆️ deps: upgrade bouncycastle bcpkix to jdk18on
1 parent ba9403b commit 69c0e6d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

sbom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
<!-- TLS -->
105105
<dependency>
106106
<groupId>org.bouncycastle</groupId>
107-
<artifactId>bcpkix-jdk15on</artifactId>
108-
<version>1.70</version>
107+
<artifactId>bcpkix-jdk18on</artifactId>
108+
<version>1.83</version>
109109
</dependency>
110110
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp-tls -->
111111
<dependency>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
</dependency>
337337
<dependency>
338338
<groupId>org.bouncycastle</groupId>
339-
<artifactId>bcpkix-jdk15on</artifactId>
339+
<artifactId>bcpkix-jdk18on</artifactId>
340340
</dependency>
341341
<dependency>
342342
<groupId>com.squareup.okhttp3</groupId>

sdk/templates/pom.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
</dependency>
305305
<dependency>
306306
<groupId>org.bouncycastle</groupId>
307-
<artifactId>bcpkix-jdk15on</artifactId>
307+
<artifactId>bcpkix-jdk18on</artifactId>
308308
</dependency>
309309
<dependency>
310310
<groupId>com.squareup.okhttp3</groupId>

0 commit comments

Comments
 (0)