From 13119b182672bc2476fa3623064f66b0c6050ea7 Mon Sep 17 00:00:00 2001 From: herrtunante Date: Fri, 23 Feb 2024 10:43:10 +0100 Subject: [PATCH] Update to latest libraries --- collect-earth/collect-earth-app/pom.xml | 18 +++++++++--------- collect-earth/collect-earth-core/pom.xml | 2 +- collect-earth/pom.xml | 10 ++++++++-- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/collect-earth/collect-earth-app/pom.xml b/collect-earth/collect-earth-app/pom.xml index 7db1bc9626..290bb58f72 100644 --- a/collect-earth/collect-earth-app/pom.xml +++ b/collect-earth/collect-earth-app/pom.xml @@ -11,10 +11,10 @@ jar - 9.4.51.v20230217 - 4.15.0 + 9.4.54.v20240208 + 4.18.1 earth-libs - 2.20.0 + 2.23.0 @@ -29,7 +29,7 @@ io.github.bonigarcia webdrivermanager - 5.6.2 + 5.7.0 com.fasterxml.jackson.core @@ -72,12 +72,12 @@ org.xerial sqlite-jdbc - 3.43.2.2 + 3.45.1.0 org.postgresql postgresql - 42.6.0 + 42.7.2 org.seleniumhq.selenium @@ -127,7 +127,7 @@ io.sentry sentry-log4j2 - 6.29.0 + 7.4.0 org.apache.httpcomponents @@ -155,7 +155,7 @@ org.apache.poi poi - 5.2.4 + 5.2.5 @@ -177,7 +177,7 @@ com.formdev flatlaf - 3.2.5 + 3.4 diff --git a/collect-earth/collect-earth-core/pom.xml b/collect-earth/collect-earth-core/pom.xml index 581e3351a2..30ac611455 100644 --- a/collect-earth/collect-earth-core/pom.xml +++ b/collect-earth/collect-earth-core/pom.xml @@ -52,7 +52,7 @@ com.opencsv opencsv - 5.8 + 5.9 diff --git a/collect-earth/pom.xml b/collect-earth/pom.xml index ea60942cb3..6048aa46a5 100644 --- a/collect-earth/pom.xml +++ b/collect-earth/pom.xml @@ -21,7 +21,7 @@ 1.8 UTF-8 - 4.0.88 + 4.0.89 5.3.27 github.com java @@ -169,11 +169,17 @@ org.openforis.collect collect-core ${collect.version} + + + org.apache.commons + commons-lang3 + + commons-io commons-io - 2.15.0 + 2.15.1