From 857b3e34a85af616c91e8e913030215e37ec5b24 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Date: Fri, 26 Oct 2018 13:39:58 +0200 Subject: [PATCH] Update dependencies --- modules/BatikWrapper/pom.xml | 6 +++++- modules/CoreLibraryWrapper/pom.xml | 24 +++++++++++++++++------- modules/DBDrivers/pom.xml | 15 +++++++++++---- modules/ImportPlugin/pom.xml | 6 +++++- pom.xml | 22 +++++++++++++--------- 5 files changed, 51 insertions(+), 22 deletions(-) diff --git a/modules/BatikWrapper/pom.xml b/modules/BatikWrapper/pom.xml index 7a1954266..cbb84a3e3 100644 --- a/modules/BatikWrapper/pom.xml +++ b/modules/BatikWrapper/pom.xml @@ -19,12 +19,16 @@ Batik in its own module wrapper because some dependencies define classes in packages such as org.w3c and javax.xml and Netbeans dependency system will complain in transitive dependencies --> + + + 1.10 + org.apache.xmlgraphics batik-transcoder - 1.9.1 + ${gephi.batik.version} diff --git a/modules/CoreLibraryWrapper/pom.xml b/modules/CoreLibraryWrapper/pom.xml index ca6fc4ada..779d7ec66 100644 --- a/modules/CoreLibraryWrapper/pom.xml +++ b/modules/CoreLibraryWrapper/pom.xml @@ -15,41 +15,51 @@ CoreLibraryWrapper + + snapshot-20100402 + 1.11 + 1.18 + 1.6 + 1.0.19 + 5.5.13 + 3.0.3 + + net.java.dev stax-utils - snapshot-20100402 + ${gephi.stax-utils.version} commons-codec commons-codec - 1.11 + ${gephi.commons-codec.version} org.apache.commons commons-compress - 1.15 + ${gephi.commons-compress.version} org.jfree jfreechart - 1.0.19 + ${gephi.jfreechart.version} net.sf.trove4j trove4j - 3.0.3 + ${gephi.trove4j.version} org.apache.commons commons-csv - 1.5 + ${gephi.commons-csv.version} com.itextpdf itextpdf - 5.5.12 + ${gephi.itextpdf.version} diff --git a/modules/DBDrivers/pom.xml b/modules/DBDrivers/pom.xml index 71a4fc72a..bb7997c86 100644 --- a/modules/DBDrivers/pom.xml +++ b/modules/DBDrivers/pom.xml @@ -15,26 +15,33 @@ DBDrivers + + 3.25.2 + 8.0.13 + 42.2.5 + 6.2.2.jre8 + + org.xerial sqlite-jdbc - 3.20.1 + ${gephi.sqlite.version} mysql mysql-connector-java - 6.0.6 + ${gephi.mysql.version} org.postgresql postgresql - 42.1.4 + ${gephi.postgresql.version} com.microsoft.sqlserver mssql-jdbc - 6.2.2.jre8 + ${gephi.sqlserver.version} com.microsoft.azure diff --git a/modules/ImportPlugin/pom.xml b/modules/ImportPlugin/pom.xml index aa7bd9109..003d16051 100644 --- a/modules/ImportPlugin/pom.xml +++ b/modules/ImportPlugin/pom.xml @@ -15,6 +15,10 @@ ImportPlugin + + 4.0.0 + + ${project.groupId} @@ -55,7 +59,7 @@ org.apache.poi poi-ooxml - 3.17 + ${gephi.apache-poi.version} diff --git a/pom.xml b/pom.xml index 597603528..f9425e45b 100644 --- a/pom.xml +++ b/pom.xml @@ -156,7 +156,7 @@ true - 6.11 + 6.14.3 768M ${project.build.directory}/surefire-reports/plain ${testFailureIgnore} @@ -204,11 +204,11 @@ 3.1.0 - 3.0.0 + 3.1.0 - 3.7.0 + 3.8.0 - 3.0.2 + 3.1.1 2.8.2 @@ -218,7 +218,7 @@ 2.5.2 - 3.0.2 + 3.1.0 1.4 @@ -230,23 +230,23 @@ 3.0.2 - 3.6 + 3.7.1 3.0.1 - 2.20.1 + 2.22.1 3.0.0 4.1 - 1.0 + 2.0.0 1.6.8 0.12 - 2.5 + 2.7 @@ -808,6 +808,10 @@ + org.codehaus.mojo versions-maven-plugin ${gephi.versions-maven-plugin.version} -- GitLab