From 318a8a7c13e864f4acab07a44824173f401e4d7a Mon Sep 17 00:00:00 2001 From: Russell Howe Date: Fri, 5 Apr 2019 07:38:30 +0100 Subject: [PATCH 1/4] Upgrade maven plugins --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f04854f..26b385b 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,7 @@ org.apache.maven.plugins maven-gpg-plugin + 1.6 sign-artifacts @@ -70,7 +71,7 @@ org.apache.maven.plugins maven-source-plugin - 2.4 + 3.0.1 attach-sources @@ -83,7 +84,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.3 + 3.1.0 attach-javadocs @@ -96,7 +97,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.8.0 1.7 1.7 From c30b6fca2849ed84a71e3020e35bbf4ae6db723b Mon Sep 17 00:00:00 2001 From: Russell Howe Date: Fri, 5 Apr 2019 07:40:52 +0100 Subject: [PATCH 2/4] Upgrade joda-time from 2.9.1 to 2.10.1 Changelog here: https://www.joda.org/joda-time/changes-report.html --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 26b385b..a0adc8a 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ joda-time joda-time - 2.9.1 + 2.10.1 javax.ws.rs From 0f8cf03fc5823099c8357910c2717623fdfc14e2 Mon Sep 17 00:00:00 2001 From: Russell Howe Date: Fri, 5 Apr 2019 07:45:10 +0100 Subject: [PATCH 3/4] Upgrade JAX-RS from 2.0.1 to 2.1.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a0adc8a..e65dc5b 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ javax.ws.rs javax.ws.rs-api - 2.0.1 + 2.1.1 provided From 02860dba867b206b59d63e0e3eb7fbce0c39407a Mon Sep 17 00:00:00 2001 From: Russell Howe Date: Fri, 5 Apr 2019 07:46:51 +0100 Subject: [PATCH 4/4] Upgrade jUnit from 4.11 to 4.12 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e65dc5b..7658dd1 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ junit junit - 4.11 + 4.12 test