8000 Update bouncy castle to bcpkix-jdk18on:1.75 (#2135) · docker-java/docker-java@33f510a · GitHub
[go: up one dir, main page]

Skip to content

Commit 33f510a

Browse files
authored
Update bouncy castle to bcpkix-jdk18on:1.75 (#2135)
1 parent 95f65e2 commit 33f510a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-java-core/pom.xml

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

7070
<dependency>
7171
<groupId>org.bouncycastle</groupId>
72-
<artifactId>bcpkix-jdk15on</artifactId>
72+
<artifactId>bcpkix-jdk18on</artifactId>
7373
<version>${bouncycastle.version}</version>
7474
</dependency>
7575

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<commons-lang3.version>3.12.0</commons-lang3.version>
6767
<slf4j-api.version>1.7.30</slf4j-api.version>
6868

69-
<bouncycastle.version>1.64</bouncycastle.version>
69+
<bouncycastle.version>1.75</bouncycastle.version>
7070
<junixsocket.version>2.6.1</junixsocket.version>
7171
<guava.version>19.0</guava.version> <!-- todo remove from project -->
7272

0 commit comments

Comments
 (0)
0