File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ See https://ebourg.github.io/jsign for more information.
54
54
* A detached signature added to a PE file whose length isn't a multiple of 8 is no longer invalid
55
55
* Fixed an error when signing with a Yubikey on Windows with a 32-bit JRE
56
56
* The PKCS #11 slot of the Yubikey is now automatically detected
57
- * Upgraded BouncyCastle to 1.70
57
+ * Upgraded BouncyCastle to 1.71
58
58
59
59
#### Version 4.0 (2021-08-09)
60
60
Original file line number Diff line number Diff line change 16
16
<dependencies >
17
17
<dependency >
18
18
<groupId >org.bouncycastle</groupId >
19
- <artifactId >bcprov-jdk15on </artifactId >
20
- <version >1.70 </version >
19
+ <artifactId >bcprov-jdk15to18 </artifactId >
20
+ <version >1.71 </version >
21
21
</dependency >
22
22
23
23
<dependency >
24
24
<groupId >org.bouncycastle</groupId >
25
- <artifactId >bcpkix-jdk15on </artifactId >
26
- <version >1.70 </version >
25
+ <artifactId >bcpkix-jdk15to18 </artifactId >
26
+ <version >1.71 </version >
27
27
</dependency >
28
28
29
29
<dependency >
Original file line number Diff line number Diff line change 155
155
<linksource >true</linksource >
156
156
<links >
157
157
<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 >
160
160
</links >
161
161
<source >8</source >
162
162
<show >public</show >
You can’t perform that action at this time.
0 commit comments