File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 4.5.2
1+ 4.6.0
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 4.6.0] ( https://github.com/auth0/java-jwt/tree/4.6.0 ) (2026-07-13)
4+ [ Full Changelog] ( https://github.com/auth0/java-jwt/compare/4.5.2...4.6.0 )
5+
6+ ** Added**
7+ - feat: Add PS256 Support [ \# 788] ( https://github.com/auth0/java-jwt/pull/788 ) ([ tanya732] ( https://github.com/tanya732 ) )
8+ - Report out-of-range NumericDate claims distinctly from non-numeric ones [ \# 774] ( https://github.com/auth0/java-jwt/pull/774 ) ([ arpitjain099] ( https://github.com/arpitjain099 ) )
9+
310## [ 4.5.2] ( https://github.com/auth0/java-jwt/tree/4.5.2 ) (2026-04-29)
411[ Full Changelog] ( https://github.com/auth0/java-jwt/compare/4.5.1...4.5.2 )
512
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ Add the dependency via Maven:
5656<dependency >
5757 <groupId >com.auth0</groupId >
5858 <artifactId >java-jwt</artifactId >
59- <version >4.5.2 </version >
59+ <version >4.6.0 </version >
6060</dependency >
6161```
6262
6363or Gradle:
6464
6565``` gradle
66- implementation 'com.auth0:java-jwt:4.5.2 '
66+ implementation 'com.auth0:java-jwt:4.6.0 '
6767```
6868
6969### Create a JWT
You can’t perform that action at this time.
0 commit comments