File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 4.3.0] ( https://github.com/auth0/java-jwt/tree/4.3.0 ) (2023-02-10)
4+ [ Full Changelog] ( https://github.com/auth0/java-jwt/compare/4.2.2...4.3.0 )
5+
6+ ** Changed**
7+ - Improve JWT parse/decode performance [ \# 620] ( https://github.com/auth0/java-jwt/pull/620 ) ([ noetro] ( https://github.com/noetro ) )
8+
9+ ** Fixed**
10+ - Fix for exp claim considered valid if equal to now [ \# 652] ( https://github.com/auth0/java-jwt/pull/652 ) ([ jimmyjames] ( https://github.com/jimmyjames ) )
11+ - Code cleanup [ \# 642] ( https://github.com/auth0/java-jwt/pull/642 ) ([ CodeDead] ( https://github.com/CodeDead ) )
12+
313## [ 4.2.2] ( https://github.com/auth0/java-jwt/tree/4.2.2 ) (2023-01-11)
414[ Full Changelog] ( https://github.com/auth0/java-jwt/compare/4.2.1...4.2.2 )
515
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.2.2 </version >
53+ <version >4.3.0 </version >
5454</dependency >
5555```
5656
5757or Gradle:
5858
5959``` gradle
60- implementation 'com.auth0:java-jwt:4.2.2 '
60+ implementation 'com.auth0:java-jwt:4.3.0 '
6161```
6262
6363### Create a JWT
You can’t perform that action at this time.
0 commit comments