Skip to content

Commit f9c61a7

Browse files
committed
Upgraded BouncyCastle to 1.71
1 parent 6d01ba2 commit f9c61a7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ See https://ebourg.github.io/jsign for more information.
5454
* A detached signature added to a PE file whose length isn't a multiple of 8 is no longer invalid
5555
* Fixed an error when signing with a Yubikey on Windows with a 32-bit JRE
5656
* The PKCS#11 slot of the Yubikey is now automatically detected
57-
* Upgraded BouncyCastle to 1.70
57+
* Upgraded BouncyCastle to 1.71
5858

5959
#### Version 4.0 (2021-08-09)
6060

jsign-core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
<dependencies>
1717
<dependency>
1818
<groupId>org.bouncycastle</groupId>
19-
<artifactId>bcprov-jdk15on</artifactId>
20-
<version>1.70</version>
19+
<artifactId>bcprov-jdk15to18</artifactId>
20+
<version>1.71</version>
2121
</dependency>
2222

2323
<dependency>
2424
<groupId>org.bouncycastle</groupId>
25-
<artifactId>bcpkix-jdk15on</artifactId>
26-
<version>1.70</version>
25+
<artifactId>bcpkix-jdk15to18</artifactId>
26+
<version>1.71</version>
2727
</dependency>
2828

2929
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
<linksource>true</linksource>
156156
<links>
157157
<link>https://docs.oracle.com/javase/6/docs/api</link>
158-
<link>https://javadoc.io/doc/org.bouncycastle/bcprov-jdk15on</link>
159-
<link>https://javadoc.io/doc/org.bouncycastle/bcpkix-jdk15on</link>
158+
<link>https://javadoc.io/doc/org.bouncycastle/bcprov-jdk15to18</link>
159+
<link>https://javadoc.io/doc/org.bouncycastle/bcpkix-jdk15to18</link>
160160
</links>
161161
<source>8</source>
162162
<show>public</show>

0 commit comments

Comments
 (0)