From 134b5a78d805a75895bd6d099397c7b6b5d093fb Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 1 Sep 2023 08:59:44 +0200 Subject: chore(core): update third-party libs to latest version and remove libs that we don't need any more --- eaaf_core/pom.xml | 4 --- pom.xml | 87 ++++++++++++++++++++++++++++--------------------------- 2 files changed, 45 insertions(+), 46 deletions(-) diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index 6a939710..34b50d20 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -98,10 +98,6 @@ org.apache.velocity velocity-engine-core - - commons-collections - commons-collections - org.owasp.encoder encoder diff --git a/pom.xml b/pom.xml index 311d1954..5bd6f63d 100644 --- a/pom.xml +++ b/pom.xml @@ -46,75 +46,77 @@ 1.53.0 - 3.0.5 - 6.0.8 + 3.1.3 + 6.0.11 10.1.13 5.0.0-SNAPSHOT - 2.3.2 - 1.2.5 - 1.71.1 + 3.0.2 + 1.2.6 + 1.76 + 1.71.1 2.0.7 - 2.19.0 - 1.4.6 + 2.20.0 + 1.4.11 + 1.2.3 - 1.15 - 3.12.0 + 3.13.0 1.10.0 - 3.2.2 4.4 2.13.0 + 1.16.0 2.0.0-M1 6.0.0 - - 2.3 2.1.1 - 2.12.2 - 3.0.2 - 31.1-jre - 1.2.3 + 2.12.5 + 2.3 + 32.1.2-jre + 0.9.3 + + 3.0.2 + 5.2.1 - 2.15.0 - 2.15.0 + 2.15.2 + 2.15.2 2.10.1 - 0.9.3 - + 1.2.0 2.12.2 2.7.1 6.5.1 - 1.33 + 2.2 - 3.0.0 - 5.8.2 - 4.9.0 - 4.9.3 + 3.1.2 + 5.10.0 + 5.5.0 + 4.11.0 + 3.5.0 2.0.9 - 1.18.26 + 1.18.28 0.8.10 - 3.1.2 - 3.14.0 - 4.7.3.4 - 1.11.0 - 6.0.3 + 3.3.0 + 3.21.0 + 4.7.3.5 + 1.12.0 + 8.4.0 - 2.8.1 - 3.8.1 - 3.2.0 - 3.2.1 - 2.8.2 - 3.4.3 + 2.16.0 + 3.11.0 + 3.3.0 + 3.3.0 + 3.1.1 + 3.5.3 ${project.build.directory}/thirdparty_licenses https://apps.egiz.gv.at/checkstyle/egiz_pmd_checks.xml @@ -463,11 +465,6 @@ jakarta.annotation-api ${jakarta.annotation-api.version} - - commons-collections - commons-collections - ${org.apache.commons-collections} - org.apache.commons commons-collections4 @@ -743,6 +740,12 @@ ${com.squareup.okhttp3.version} test + + com.squareup.okio + okio + ${com.squareup.okio.version} + test + at.gv.egiz.eaaf eaaf_core_utils -- cgit v1.2.3