diff --git a/README.md b/README.md index b1bcbc0..bf8e7bd 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ 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.3.8-0 +* Updated upstream dependencies to Dropwizard 1.3.8 +* Updated upstream dependencies to jose4j to 0.6.5 +* Updated test dependencies and maven plugins + ## 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..d374c88 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.toastshaman dropwizard-auth-jwt - 1.1.2-0 + 1.3.8-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.3.8 @@ -78,7 +78,7 @@ org.bitbucket.b_c jose4j - 0.6.0 + 0.6.5 junit @@ -89,19 +89,19 @@ org.assertj assertj-core - 3.4.1 + 3.11.1 test org.assertj assertj-guava - 3.0.0 + 3.2.1 test org.mockito mockito-core - 1.10.19 + 2.24.0 test @@ -142,7 +142,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.3 + 3.8.0 1.8 1.8 @@ -151,7 +151,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.0.1 attach-javadocs @@ -189,7 +189,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 1.6 sign-artifacts @@ -203,7 +203,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.3 + 1.6.8 true ossrh