File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments