File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 3.5.0] ( https://github.com/auth0/java-jwt/tree/3.5.0 ) (2019-01-03)
4+ [ Full Changelog] ( https://github.com/auth0/java-jwt/compare/3.4.1...3.5.0 )
5+
6+ ** Added**
7+ - Verify a DecodedJWT [ \# 308] ( https://github.com/auth0/java-jwt/pull/308 ) ([ martinoconnor] ( https://github.com/martinoconnor ) )
8+
9+ ** Changed**
10+ - Add an interface for JWTVerifier. [ \# 205] ( https://github.com/auth0/java-jwt/pull/205 ) ([ jebbench] ( https://github.com/jebbench ) )
11+
12+ ** Fixed**
13+ - Remove unnecessary cast between long/double and floor call [ \# 296] ( https://github.com/auth0/java-jwt/pull/296 ) ([ jhorstmann] ( https://github.com/jhorstmann ) )
14+
15+ ** Security**
16+ - Bump jackson-databind to patch security issues [ \# 309] ( https://github.com/auth0/java-jwt/pull/309 ) ([ lbalmaceda] ( https://github.com/lbalmaceda ) )
17+
318## [ 3.4.1] ( https://github.com/auth0/java-jwt/tree/3.4.1 ) (2018-10-24)
419[ Full Changelog] ( https://github.com/auth0/java-jwt/compare/3.4.0...3.4.1 )
520
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ If you're looking for an **Android** version of the JWT Decoder take a look at o
1818<dependency >
1919 <groupId >com.auth0</groupId >
2020 <artifactId >java-jwt</artifactId >
21- <version >3.4.1 </version >
21+ <version >3.5.0 </version >
2222</dependency >
2323```
2424
2525### Gradle
2626
2727``` gradle
28- compile 'com.auth0:java-jwt:3.4.1 '
28+ implementation 'com.auth0:java-jwt:3.5.0 '
2929```
3030
3131## Available Algorithms
You can’t perform that action at this time.
0 commit comments