Skip to content

Commit d88a258

Browse files
committed
Switch to Bouncy Castle LTS 2.73.5
1 parent 6804aca commit d88a258

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ See https://ebourg.github.io/jsign for more information.
6161
* The value of the `storetype` parameter is now case insensitive
6262
* API changes:
6363
* The PEFile class has been refactored to keep only the methods related to signing
64+
* Switched to BouncyCastle LTS 2.73.5
6465

6566
#### Version 6.0 (2024-01-17)
6667

jsign-core/pom.xml

Lines changed: 6 additions & 6 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-jdk18on</artifactId>
20-
<version>1.77</version>
19+
<artifactId>bcprov-lts8on</artifactId>
20+
<version>2.73.5</version>
2121
</dependency>
2222

2323
<dependency>
2424
<groupId>org.bouncycastle</groupId>
25-
<artifactId>bcpkix-jdk18on</artifactId>
26-
<version>1.77</version>
25+
<artifactId>bcpkix-lts8on</artifactId>
26+
<version>2.73.5</version>
2727
</dependency>
2828

2929
<dependency>
@@ -60,8 +60,8 @@
6060

6161
<dependency>
6262
<groupId>org.bouncycastle</groupId>
63-
<artifactId>bcpg-jdk18on</artifactId>
64-
<version>1.77</version>
63+
<artifactId>bcpg-lts8on</artifactId>
64+
<version>2.73.5</version>
6565
<scope>test</scope>
6666
</dependency>
6767

jsign/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<exclude>**/poi/sl/draw/geom/**</exclude>
101101
<exclude>font_metrics.properties</exclude>
102102
<exclude>assets/org/apache/commons/math3/**</exclude>
103+
<exclude>native/**</exclude>
103104
<exclude>**/bouncycastle/pqc/**</exclude>
104105
</excludes>
105106
</filter>

0 commit comments

Comments
 (0)