From 77d185ad5634202fbc8313701f436a920dc6591c Mon Sep 17 00:00:00 2001 From: Nico du Toit Date: Mon, 7 Nov 2022 08:48:01 +0200 Subject: [PATCH] Bumping the versions of dependencies as I couldn't get the project to compile without it. The Apache Commons IO libraries are now managed under the "commons-io" groupId. Previously: https://mvnrepository.com/artifact/org.apache.commons/commons-io Now: https://mvnrepository.com/artifact/commons-io/commons-io --- ig-webapi-java-client/pom.xml | 2 +- ig-webapi-java-sample-console-ui/pom.xml | 2 +- ig-webapi-java-sample-console/pom.xml | 2 +- pom.xml | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ig-webapi-java-client/pom.xml b/ig-webapi-java-client/pom.xml index 10f1c62..2ca04eb 100644 --- a/ig-webapi-java-client/pom.xml +++ b/ig-webapi-java-client/pom.xml @@ -28,7 +28,7 @@ - org.apache.commons + commons-io commons-io diff --git a/ig-webapi-java-sample-console-ui/pom.xml b/ig-webapi-java-sample-console-ui/pom.xml index 0425f69..1308c84 100644 --- a/ig-webapi-java-sample-console-ui/pom.xml +++ b/ig-webapi-java-sample-console-ui/pom.xml @@ -16,7 +16,7 @@ ig-webapi-java-sample-console-ui - 1.4.0.RELEASE + 2.7.5 diff --git a/ig-webapi-java-sample-console/pom.xml b/ig-webapi-java-sample-console/pom.xml index 8d23a3b..9b088d6 100644 --- a/ig-webapi-java-sample-console/pom.xml +++ b/ig-webapi-java-sample-console/pom.xml @@ -16,7 +16,7 @@ ig-webapi-java-sample-console - 1.4.0.RELEASE + 2.7.5 diff --git a/pom.xml b/pom.xml index 8ec914c..264193b 100644 --- a/pom.xml +++ b/pom.xml @@ -21,12 +21,12 @@ 1.8 6.0.2.20160510 - 4.3.2.RELEASE - 1.3.2 - 2.12.1 + 5.3.23 + 2.11.0 + 2.13.4 1.7.21 4.5.13 - 1.18.6 + 1.18.24 @@ -50,7 +50,7 @@ - org.apache.commons + commons-io commons-io ${commons-io.version}