Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
BouncyCastle no longer ship jdk15on jars. Projects should use the jdk18on ones instead.
The jdk15on jars were for Java 1.5 users and fixes that have been made to the jdk18on jars (Java 1.8 compatible) have not been backported - including security fixes.
The last Hertzbeat RC had bcprov-jdk15on-1.69.jar
- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on/1.69
- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on (1.81 current latest)
The classe names and packages are the same.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
HertzBeat version(s):
Debug logs
No response
Anything else?
No response