File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
13
## [ 4.2.2] ( https://github.com/auth0/java-jwt/tree/4.2.2 ) (2023-01-11)
4
14
[ Full Changelog] ( https://github.com/auth0/java-jwt/compare/4.2.1...4.2.2 )
5
15
Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ Add the dependency via Maven:
50
50
<dependency >
51
51
<groupId >com.auth0</groupId >
52
52
<artifactId >java-jwt</artifactId >
53
- <version >4.2.2 </version >
53
+ <version >4.3.0 </version >
54
54
</dependency >
55
55
```
56
56
57
57
or Gradle:
58
58
59
59
``` gradle
60
- implementation 'com.auth0:java-jwt:4.2.2 '
60
+ implementation 'com.auth0:java-jwt:4.3.0 '
61
61
```
62
62
63
63
### Create a JWT
You can’t perform that action at this time.
0 commit comments