About this PR 📦 Updates io.jsonwebtoken:jjwt-api io.jsonwebtoken:jjwt-impl io.jsonwebtoken:jjwt-jackson from 0.12.5 to 0.12.6 📜 GitHub Release Notes - Changelog - Version Diff Usage ✅ Please merg...
This PR was automatically created by Snyk using the credentials of a real user.  Snyk has created this PR to upgrade io.jsonwebtoken:jjwt-jackson from 0.12.5 to 0.1...
Learn all about the quality, security, and current maintenance status of io.jsonwebtoken:jjwt-jackson using Cloudsmith Navigator
From what I understand, jjwt only use jackson to convert json into Map<String, Object> (object being used sometimes for Dates) and to seraialize the Map<String, object> back to json. Nothing complicated is used (like JsonIgnore, register...