We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d53041 commit 2507ea1Copy full SHA for 2507ea1
pom.xml
@@ -38,7 +38,7 @@
38
<project.build.outputTimestamp>2023-10-06T15:40:39Z</project.build.outputTimestamp>
39
40
<!-- dependencies -->
41
- <bouncycastle.version>1.70</bouncycastle.version>
+ <bouncycastle.version>1.78</bouncycastle.version>
42
43
<!-- test dependencies -->
44
<junit.version>5.10.2</junit.version>
@@ -54,7 +54,7 @@
54
<dependencies>
55
<dependency>
56
<groupId>org.bouncycastle</groupId>
57
- <artifactId>bcprov-jdk15on</artifactId>
+ <artifactId>bcprov-jdk18on</artifactId>
58
<version>${bouncycastle.version}</version>
59
<!-- see maven-shade-plugin; we don't want this as a transitive dependency in other projects -->
60
<optional>true</optional>
0 commit comments