From 1f2082ee6d4fcfb2dcdd9c07817d17e5e4482f3e Mon Sep 17 00:00:00 2001 From: Lutz Horn Date: Thu, 22 Feb 2018 15:25:49 +0100 Subject: [PATCH] bumped to 1.2.2, updated some dependency versions --- README.md | 5 +++++ pom.xml | 20 ++++++++------------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b1bcbc0..42430c2 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.2.2-0 +* Updated upstream dependencies to Dropwizard 1.2.2 +* Updated some upstream dependencies and plugins +* Removed explicit versions which shadow dependency managed versions + ## 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..32c7dc4 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 @@ -73,35 +73,31 @@ io.dropwizard dropwizard-auth - ${dropwizard.version} org.bitbucket.b_c jose4j - 0.6.0 + 0.6.3 junit junit - 4.12 test org.assertj assertj-core - 3.4.1 test org.assertj assertj-guava - 3.0.0 + 3.1.0 test org.mockito mockito-core - 1.10.19 test @@ -142,7 +138,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.3 + 3.7.0 1.8 1.8 @@ -151,7 +147,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 2.10.4 attach-javadocs @@ -189,7 +185,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 1.6 sign-artifacts @@ -203,7 +199,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.3 + 1.6.8 true ossrh