File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ The claims in a JWT are encoded as a JSON object that is digitally signed using
1111
1212Check out http://jwt.io/
1313
14- ## What's new in v1.0.0
14+ ## What's new in v1.0.2-0
15+ * Updated upstream dependencies to Dropwizard 1.0.2 and jose4j to 0.5.2
16+
17+ ## What's new in v1.0.0-0
1518* Replaced the JWT token generation and verification with [ jose4j] ( https://bitbucket.org/b_c/jose4j/wiki/Home ) .
1619
1720## What's new in v0.9.2-0
@@ -32,7 +35,7 @@ To use this library in your project you can download it from Maven Central.
3235<dependency >
3336 <groupId >com.github.toastshaman</groupId >
3437 <artifactId >dropwizard-auth-jwt</artifactId >
35- <version >1.0.0 -0</version >
38+ <version >1.0.2 -0</version >
3639</dependency >
3740```
3841
Original file line number Diff line number Diff line change 66
77 <groupId >com.github.toastshaman</groupId >
88 <artifactId >dropwizard-auth-jwt</artifactId >
9- <version >1.0.0 -0</version >
9+ <version >1.0.2 -0</version >
1010 <name >dropwizard-auth-jwt</name >
1111 <description >
1212 An implementation of the JSON Web Token (JWT) draft-ietf-oauth-json-web-token-20 for Dropwizard.
1616 <properties >
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
19- <dropwizard .version>1.0.0 </dropwizard .version>
19+ <dropwizard .version>1.0.2 </dropwizard .version>
2020 </properties >
2121
2222 <licenses >
7878 <dependency >
7979 <groupId >org.bitbucket.b_c</groupId >
8080 <artifactId >jose4j</artifactId >
81- <version >0.5.1 </version >
81+ <version >0.5.2 </version >
8282 </dependency >
8383 <dependency >
8484 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments