We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3077881 commit 0513e60Copy full SHA for 0513e60
README.md
@@ -11,6 +11,9 @@ The claims in a JWT are encoded as a JSON object that is digitally signed using
11
12
Check out http://jwt.io/
13
14
+## What's new in v1.0.6-0
15
+* Updated upstream dependencies to Dropwizard 1.0.6 and jose4j to 0.5.5
16
+
17
## What's new in v1.0.2-0
18
* Updated upstream dependencies to Dropwizard 1.0.2 and jose4j to 0.5.2
19
@@ -35,7 +38,7 @@ To use this library in your project you can download it from Maven Central.
35
38
<dependency>
36
39
<groupId>com.github.toastshaman</groupId>
37
40
<artifactId>dropwizard-auth-jwt</artifactId>
- <version>1.0.2-0</version>
41
+ <version>1.0.6-0</version>
42
</dependency>
43
```
44
0 commit comments