From 9da88f690dd60236c86b925113ac8a67a6794a68 Mon Sep 17 00:00:00 2001 From: pauleyj Date: Sat, 9 Feb 2019 13:01:34 -0500 Subject: [PATCH 1/2] update to dropwizard 1.3.8 and latest dependencies --- pom.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 045e250..1523b5d 100644 --- a/pom.xml +++ b/pom.xml @@ -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 From 698053f79a9e6d4679c559fcbf8e6fdc36dd20f1 Mon Sep 17 00:00:00 2001 From: pauleyj Date: Sat, 9 Feb 2019 13:21:30 -0500 Subject: [PATCH 2/2] update artifact version and readme --- README.md | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 1523b5d..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.