File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.
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
Original file line number Diff line number Diff line change 1717 <dependency >
1818 <groupId >org.bouncycastle</groupId >
1919 <artifactId >bcprov-jdk15on</artifactId >
20- <version >1.70 </version >
20+ <version >1.71 </version >
2121 </dependency >
2222
2323 <dependency >
2424 <groupId >org.bouncycastle</groupId >
2525 <artifactId >bcpkix-jdk15on</artifactId >
26- <version >1.70 </version >
26+ <version >1.71 </version >
2727 </dependency >
2828
2929 <dependency >
You can’t perform that action at this time.
0 commit comments