Skip to content

Commit 2507ea1

Browse files
authored
Change bouncycastle dependency from bcprov-jdk15on:1.70 to bcprov-jdk18on:1.78 (#45)
1 parent 3d53041 commit 2507ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<project.build.outputTimestamp>2023-10-06T15:40:39Z</project.build.outputTimestamp>
3939

4040
<!-- dependencies -->
41-
<bouncycastle.version>1.70</bouncycastle.version>
41+
<bouncycastle.version>1.78</bouncycastle.version>
4242

4343
<!-- test dependencies -->
4444
<junit.version>5.10.2</junit.version>
@@ -54,7 +54,7 @@
5454
<dependencies>
5555
<dependency>
5656
<groupId>org.bouncycastle</groupId>
57-
<artifactId>bcprov-jdk15on</artifactId>
57+
<artifactId>bcprov-jdk18on</artifactId>
5858
<version>${bouncycastle.version}</version>
5959
<!-- see maven-shade-plugin; we don't want this as a transitive dependency in other projects -->
6060
<optional>true</optional>

0 commit comments

Comments
 (0)