Skip to content

Commit

Permalink
feat(dropwizard): upgraded to v1.1.2 and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastShaman committed Aug 5, 2017
1 parent 7f3bac8 commit 17850c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -11,6 +11,10 @@ The claims in a JWT are encoded as a JSON object that is digitally signed using

Check out http://jwt.io/

## What's new in v1.1.2-0
* Updated upstream dependencies to Dropwizard 1.1.2
* Updated upstream dependencies to jose4j to 0.6.0

## What's new in v1.1.0-0
* Updated upstream dependencies to Dropwizard 1.1.0

Expand Down Expand Up @@ -41,7 +45,7 @@ To use this library in your project you can download it from Maven Central.
<dependency>
    <groupId>com.github.toastshaman</groupId>
    <artifactId>dropwizard-auth-jwt</artifactId>
    <version>1.0.6-0</version>
    <version>1.1.2-0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.toastshaman</groupId>
<artifactId>dropwizard-auth-jwt</artifactId>
<version>1.1.0-0</version>
<version>1.1.2-0</version>
<name>dropwizard-auth-jwt</name>
<description>
An implementation of the JSON Web Token (JWT) draft-ietf-oauth-json-web-token-20 for Dropwizard.
Expand All @@ -16,7 +16,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<dropwizard.version>1.1.0</dropwizard.version>
<dropwizard.version>1.1.2</dropwizard.version>
</properties>

<licenses>
Expand Down

0 comments on commit 17850c4

Please sign in to comment.