Skip to content

Commit 72ddfd0

Browse files
committed
feat(upstream): Updated upstream dependencies to Dropwizard 1.0.2 and jose4j to 0.5.2
1 parent 485c8eb commit 72ddfd0

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ The claims in a JWT are encoded as a JSON object that is digitally signed using
1111

1212
Check 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

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.
@@ -16,7 +16,7 @@
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>
@@ -78,7 +78,7 @@
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>

0 commit comments

Comments
 (0)