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.1
1+ 4.5.2
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 4.5.2] ( https://github.com/auth0/java-jwt/tree/4.5.2 ) (2026-04-29)
4+ [ Full Changelog] ( https://github.com/auth0/java-jwt/compare/4.5.1...4.5.2 )
5+
6+ ** Added**
7+ - Chore: Bump update commons-beanutils dependency [ \# 761] ( https://github.com/auth0/java-jwt/pull/761 ) ([ tanya732] ( https://github.com/tanya732 ) )
8+ - Chore: Update Readme with Java 21 [ \# 760] ( https://github.com/auth0/java-jwt/pull/760 ) ([ tanya732] ( https://github.com/tanya732 ) )
9+
310## [ 4.5.1] ( https://github.com/auth0/java-jwt/tree/4.5.1 ) (2026-02-10)
411[ Full Changelog] ( https://github.com/auth0/java-jwt/compare/4.5.0...4.5.1 )
512
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ Add the dependency via Maven:
5151<dependency >
5252 <groupId >com.auth0</groupId >
5353 <artifactId >java-jwt</artifactId >
54- <version >4.5.1 </version >
54+ <version >4.5.2 </version >
5555</dependency >
5656```
5757
5858or Gradle:
5959
6060``` gradle
61- implementation 'com.auth0:java-jwt:4.5.1 '
61+ implementation 'com.auth0:java-jwt:4.5.2 '
6262```
6363
6464### Create a JWT
You can’t perform that action at this time.
0 commit comments