Skip to content

Bump jjwt-impl from 0.12.2 to 0.12.3

Bumps jjwt-impl from 0.12.2 to 0.12.3.

Release notes

Sourced from jjwt-impl's releases.

0.12.3

This is a minor patch release that address two issues:

  1. The org.json dependency has been upgraded to 20231013 to address that library's CVE-2023-5072 vulnerability.

  2. Empty custom claims values are (re-)enabled which was the behavior in <= 0.11.5. See Issue 858.

These same notes are repeated in the CHANGELOG, and as always, project documentation is in the README.

Please allow 30 minutes from the time this announcement is published for the release to be available in Maven Central.

Changelog

Sourced from jjwt-impl's changelog.

0.12.3

This patch release:

  • Upgrades the org.json dependency to 20231013 to address that library's CVE-2023-5072 vulnerability.
  • (Re-)enables empty values for custom claims, which was the behavior in <= 0.11.5. Issue 858.
Commits
  • d4a0827 [maven-release-plugin] prepare release 0.12.3
  • bc540fc Version reference changes in preparation for the 0.12.3 release
  • 28a2ca7 Upgraded org.json dependency to 20231013
  • db33970 Custom empty claims
  • 59c9df1 Released 0.12.2 (#856)
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports