-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bcpg in release 1.78 now requires bcutil dependency #1619
Comments
I'll fix the maven dependency as part of sorting out the OSGI issue. Note, if you're using Java 9, the module entry was also missing from the requires statement - the 1.78.1 release candidate on https://www.bouncycastle.org/betas has this fixed in it as well. |
同问 |
please add tag 1.78 |
This is now fixed in 1.78.1 which is starting to appear on Maven Central and bouncycastle.org. And yes, I'm still waiting on that CVE ID. Expecting it any moment now... |
Confirmed, for my project's Maven build, in version 1.78.1 bcpg now automatically pulls in bcutil. Thanks! |
bcpg-jdk18on in release 1.78 needs bcutil-jdk18on dependency because of CryptlibObjectIdentifier now living there. Previously bcutil was not needed. the bcpg-jdk18on-1.78.jar I pulled from Maven central does not state the new dependency in it's pom file, it only lists bcprov-jdk18on.
The text was updated successfully, but these errors were encountered: