Skip to content

Commit d534590

Browse files
authored
dep: fix Bouncy Castle version (#137)
1 parent 2ba2416 commit d534590

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

version1/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
</dependency>
2626
<dependency>
2727
<groupId>org.bouncycastle</groupId>
28-
<artifactId>bcprov-jdk15on</artifactId>
29-
<version>1.70</version>
28+
<artifactId>bcprov-jdk18on</artifactId>
3029
</dependency>
3130
<dependency>
3231
<groupId>io.github.nbaars</groupId>

version3/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
</dependency>
2626
<dependency>
2727
<groupId>org.bouncycastle</groupId>
28-
<artifactId>bcprov-jdk15on</artifactId>
29-
<version>1.70</version>
28+
<artifactId>bcprov-jdk18on</artifactId>
3029
</dependency>
3130
<dependency>
3231
<groupId>com.fasterxml.jackson.core</groupId>
@@ -43,8 +42,7 @@
4342
</dependency>
4443
<dependency>
4544
<groupId>org.bouncycastle</groupId>
46-
<artifactId>bcpkix-jdk15on</artifactId>
47-
<version>1.70</version>
45+
<artifactId>bcpkix-jdk18on</artifactId>
4846
<scope>test</scope>
4947
</dependency>
5048
</dependencies>

0 commit comments

Comments
 (0)