File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 3.0.2] ( https://github.com/auth0/java-jwt/tree/3.0.2 ) (2016-12-13)
4+ [ Full Changelog] ( https://github.com/auth0/java-jwt/compare/3.0.1...3.0.2 )
5+
6+ ** Fixed**
7+ - Add targetCompatibility to 1.7 [ \# 121] ( https://github.com/auth0/java-jwt/pull/121 ) ([ hzalaz] ( https://github.com/hzalaz ) )
8+
39## [ 3.0.1] ( https://github.com/auth0/java-jwt/tree/3.0.0 ) (2016-12-05)
410[ Full Changelog] ( https://github.com/auth0/java-jwt/compare/3.0.0...3.0.1 )
511
@@ -41,4 +47,4 @@ The library implements JWT Verification and Signing using the following algorith
4147| RS512 | RSA512 | RSASSA-PKCS1-v1_5 with SHA-512 |
4248| ES256 | ECDSA256 | ECDSA with curve P-256 and SHA-256 |
4349| ES384 | ECDSA384 | ECDSA with curve P-384 and SHA-384 |
44- | ES512 | ECDSA512 | ECDSA with curve P-521 and SHA-512 |
50+ | ES512 | ECDSA512 | ECDSA with curve P-521 and SHA-512 |
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ A Java implementation of [JSON Web Tokens (draft-ietf-oauth-json-web-token-08)](
1616<dependency >
1717 <groupId >com.auth0</groupId >
1818 <artifactId >java-jwt</artifactId >
19- <version >3.0.1 </version >
19+ <version >3.0.2 </version >
2020</dependency >
2121```
2222
2323### Gradle
2424
2525``` gradle
26- compile 'com.auth0:java-jwt:3.0.1 '
26+ compile 'com.auth0:java-jwt:3.0.2 '
2727```
2828
2929## Available Algorithms
You can’t perform that action at this time.
0 commit comments