Skip to content

Commit

Permalink
Upgraded BouncyCastle to 1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed May 7, 2022
1 parent 6d01ba2 commit f9c61a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ See https://ebourg.github.io/jsign for more information.
* A detached signature added to a PE file whose length isn't a multiple of 8 is no longer invalid
* Fixed an error when signing with a Yubikey on Windows with a 32-bit JRE
* The PKCS#11 slot of the Yubikey is now automatically detected
* Upgraded BouncyCastle to 1.70
* Upgraded BouncyCastle to 1.71

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

Expand Down
8 changes: 4 additions & 4 deletions jsign-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.71</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.71</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@
<linksource>true</linksource>
<links>
<link>https://docs.oracle.com/javase/6/docs/api</link>
<link>https://javadoc.io/doc/org.bouncycastle/bcprov-jdk15on</link>
<link>https://javadoc.io/doc/org.bouncycastle/bcpkix-jdk15on</link>
<link>https://javadoc.io/doc/org.bouncycastle/bcprov-jdk15to18</link>
<link>https://javadoc.io/doc/org.bouncycastle/bcpkix-jdk15to18</link>
</links>
<source>8</source>
<show>public</show>
Expand Down

0 comments on commit f9c61a7

Please sign in to comment.