diff --git a/README.md b/README.md index b1bcbc0..3f90fbe 100644 --- a/README.md +++ b/README.md @@ -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.2.2-0 +* Updated upstream dependencies to Dropwizard 1.2.2 +* Updated upstream dependencies to jose4j to 0.6.4 + ## 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 diff --git a/pom.xml b/pom.xml index 045e250..cdd4f61 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.toastshaman dropwizard-auth-jwt - 1.1.2-0 + 1.2.2-0 dropwizard-auth-jwt An implementation of the JSON Web Token (JWT) draft-ietf-oauth-json-web-token-20 for Dropwizard. @@ -16,7 +16,7 @@ UTF-8 UTF-8 - 1.1.2 + 1.2.2 @@ -78,7 +78,7 @@ org.bitbucket.b_c jose4j - 0.6.0 + 0.6.4 junit