Open
Description
Is your feature request related to a problem? Please describe.
When using the last version of io.jsonwebtoken:jjwt-api (0.12.3) the following error is received:
java.lang.NoSuchMethodError: io.jsonwebtoken.lang.Assert.notNull(java.lang.Object, java.lang.String)
Describe the solution you'd like
Hints for the latest version of the artifacts(0.12.3) should be added. Currently I found that they exist for version 0.11.5 (See #115)
The artifacts needed are io.jsonwebtoken:jjwt-api, io.jsonwebtoken:jjwt-impl and io.jsonwebtoken:jjwt-jackson
Describe alternatives you've considered
Using the older version for native
Additional context