File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- 4.5.0
1+ 4.5.1
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 4.5.1] ( https://github.com/auth0/java-jwt/tree/4.5.1 ) (2026-02-10)
4+ [ Full Changelog] ( https://github.com/auth0/java-jwt/compare/4.5.0...4.5.1 )
5+
6+ ** Added**
7+ - Update jackson dependency [ \# 732] ( https://github.com/auth0/java-jwt/pull/732 ) ([ tanya732] ( https://github.com/tanya732 ) )
8+
39## [ 4.5.0] ( https://github.com/auth0/java-jwt/tree/4.5.0 ) (2025-01-29)
410[ Full Changelog] ( https://github.com/auth0/java-jwt/compare/4.4.0...4.5.0 )
511
Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ Add the dependency via Maven:
5050<dependency >
5151 <groupId >com.auth0</groupId >
5252 <artifactId >java-jwt</artifactId >
53- <version >4.5.0 </version >
53+ <version >4.5.1 </version >
5454</dependency >
5555```
5656
5757or Gradle:
5858
5959``` gradle
60- implementation 'com.auth0:java-jwt:4.5.0 '
60+ implementation 'com.auth0:java-jwt:4.5.1 '
6161```
6262
6363### Create a JWT
You can’t perform that action at this time.
0 commit comments