From 91b22c27eaad4d64d3630cfd5c13cd880326a1c9 Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Sat, 29 Jul 2023 13:26:24 +0200 Subject: [PATCH] #3673 - Update dependencies - junit 5.9.3 -> 5.9.10 - junit-platform 1.9.3 -> 1.10.0 - spring 5.3.28 -> 5.3.29 - spring-boot 2.7.13 -> 2.7.14 - spring-data 2.7.13 -> 2.7.14 - sentry 6.25.2 -> 6.27.0 - wicket-jquery-seletors 3.0.4 -> 3.0.5 - wicket-webjars 3.0.6 -> 3.0.7 - elasticsearch 7.17.9 -> 7.17.12 - rdf4j 4.3.3 -> 4.3.4 - commons-lang3 3.12.0 -> 3.13.0 - caffeine 3.1.6 -> 3.1.7 - jaxb-core 2.3.0 -> 2.3.0.1 - picocli-spring-boot 4.7.0 -> 4.7.4 --- inception/installEclipseSettings.sh | 2 +- inception/pom.xml | 34 ++++++++++++++--------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/inception/installEclipseSettings.sh b/inception/installEclipseSettings.sh index 3fde95b0de5..b8ceae22cf0 100755 --- a/inception/installEclipseSettings.sh +++ b/inception/installEclipseSettings.sh @@ -12,7 +12,7 @@ function installPrefs { cp -v $JDT_UI_PREFS $1/.settings/ } -installPrefsinception-active-learning +installPrefs inception-active-learning installPrefs inception-agreement installPrefs inception-annotation-storage installPrefs inception-api diff --git a/inception/pom.xml b/inception/pom.xml index 9682f7d3406..bf3c6dd9470 100644 --- a/inception/pom.xml +++ b/inception/pom.xml @@ -62,8 +62,8 @@ ${session.executionRootDirectory}/cache/dkpro-core-datasets slow - 5.9.3 - 1.9.3 + 5.10.0 + 1.10.0 5.4.0 3.24.2 @@ -77,9 +77,9 @@ 2.0.29 - 5.3.28 - 2.7.13 - 2.7.13 + 5.3.29 + 2.7.14 + 2.7.14 5.8.5 1.6.14 2.2.15 @@ -88,7 +88,7 @@ 2.0.7 2.20.0 3.5.3.Final - 6.25.2 + 6.27.0 9.0.78 4.0.1 @@ -102,8 +102,8 @@ 9.14.0 9.12.0 6.0.4 - 3.0.4 - 3.0.6 + 3.0.5 + 3.0.7 3.1.6 @@ -116,16 +116,16 @@ - 7.17.9 - - - + 7.17.12 + + + 1.3.11 - 4.3.3 + 4.3.4 4.6.1 @@ -1909,7 +1909,7 @@ org.apache.commons commons-lang3 - 3.12.0 + 3.13.0 org.apache.commons @@ -1929,7 +1929,7 @@ com.github.ben-manes.caffeine caffeine - 3.1.6 + 3.1.7 org.xerial.snappy @@ -1946,7 +1946,7 @@ com.sun.xml.bind jaxb-core - 2.3.0 + 2.3.0.1 com.sun.xml.bind @@ -2209,7 +2209,7 @@ info.picocli picocli-spring-boot-starter - 4.7.0 + 4.7.4