jjwt v0.10.1 Release Notes

  • ๐Ÿš€ This is a minor point release that ensures the BouncyCastle dependency is optional and not pulled in as a transitive dependency into projects.

    ๐Ÿ“š Internal implementation code (not impacting the JJWT API) and documentation was also updated to reflect that all Elliptic Curve algorithms are standard on the JDK and do not require Bouncy Castle.

    Bouncy Castle is only needed when using PS256, PS384, and PS512 signature algorithms on < JDK 11. ๐Ÿ‘ JDK 11 and later supports these algorithms natively.