From a2ae871d4afc2b70e169674be6627d8fb9668f6e Mon Sep 17 00:00:00 2001 From: Christian Trefzer Date: Tue, 24 Sep 2024 17:22:17 +0200 Subject: [PATCH 1/4] TECH: version-bump 3rd party dependencies --- base/pom.xml | 2 +- crawler/pom.xml | 7 ++++--- dumpass/pom.xml | 8 ++++---- http/pom.xml | 3 ++- pom.xml | 21 ++++++++++++--------- ssh/pom.xml | 3 ++- svm/pom.xml | 1 + xml/pom.xml | 6 +++--- xslt/pom.xml | 1 + 9 files changed, 30 insertions(+), 22 deletions(-) diff --git a/base/pom.xml b/base/pom.xml index 6c676bb..aeb0acc 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -26,7 +26,7 @@ cglib cglib-nodep - [3.2.6,4.0) + 3.3.0 mkr diff --git a/crawler/pom.xml b/crawler/pom.xml index b09c89c..f49bf9c 100644 --- a/crawler/pom.xml +++ b/crawler/pom.xml @@ -41,6 +41,7 @@ mkr util-dump + ${dump.version} mkr @@ -50,20 +51,20 @@ commons-io commons-io + 2.17.0 org.apache.commons commons-lang3 + 3.17.0 javax.mail mail - [1.4.3, 1.4.9) + 1.4.7 - - diff --git a/dumpass/pom.xml b/dumpass/pom.xml index 8d4fd76..0d3c8c9 100644 --- a/dumpass/pom.xml +++ b/dumpass/pom.xml @@ -65,24 +65,24 @@ com.miglayout miglayout - 3.6.2 + 3.7.4 org.apache.commons commons-configuration2 - 2.0-beta1 + 2.11.0 commons-beanutils commons-beanutils - 1.9.2 + 1.9.4 org.slf4j slf4j-log4j12 - 1.7.7 + 2.0.14 diff --git a/http/pom.xml b/http/pom.xml index e8cef72..a14ee99 100644 --- a/http/pom.xml +++ b/http/pom.xml @@ -35,12 +35,13 @@ org.apache.httpcomponents httpclient - 4.5.2 + 4.5.14 commons-io commons-io + 2.17.0 diff --git a/pom.xml b/pom.xml index 960a971..602f605 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,6 @@ base crawler - swt xml svm http @@ -18,12 +17,16 @@ spring usagetracking xslt - + + 3.2.13.RELEASE - 2.0-0307c5c242dc761c7e0172a85899ddf2564381f1 + 2.0-49c4a92d12f027c53b78981c7f3886587ec79a65 @@ -98,28 +101,28 @@ org.slf4j slf4j-api - 1.7.7 + 2.0.14 org.slf4j slf4j-log4j12 - 1.7.7 + 2.0.14 test junit junit - 4.5 + 4.13.2 test org.assertj assertj-core - [3.13.2] + 3.26.3 test @@ -211,12 +214,12 @@ commons-io commons-io - 1.4 + 2.17.0 org.apache.commons commons-lang3 - [3, 4) + 3.17.0 diff --git a/ssh/pom.xml b/ssh/pom.xml index ca99b78..aa2bc1a 100644 --- a/ssh/pom.xml +++ b/ssh/pom.xml @@ -85,11 +85,12 @@ org.apache.commons commons-lang3 + 3.17.0 commons-io commons-io + 2.17.0 - diff --git a/svm/pom.xml b/svm/pom.xml index 9a1282b..f4702c7 100644 --- a/svm/pom.xml +++ b/svm/pom.xml @@ -51,6 +51,7 @@ commons-io commons-io + 2.17.0 test diff --git a/xml/pom.xml b/xml/pom.xml index bc3eab9..dab068a 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -21,17 +21,17 @@ commons-pool commons-pool - 1.4 + 1.6 javax.xml.stream stax-api - 1.0 + 1.0-2 org.codehaus.woodstox wstx-lgpl - 3.2.7 + 3.2.9 diff --git a/xslt/pom.xml b/xslt/pom.xml index 3530c60..fe91dce 100644 --- a/xslt/pom.xml +++ b/xslt/pom.xml @@ -34,6 +34,7 @@ org.apache.commons commons-lang3 + 3.17.0 From 252fb7241f9b379ec7f518f6274d4f9209df2d8d Mon Sep 17 00:00:00 2001 From: Christian Trefzer Date: Tue, 24 Sep 2024 16:31:01 +0200 Subject: [PATCH 2/4] TECO-103: bump version to 3.0-SNAPSHOT for further development --- base/pom.xml | 2 +- crawler/pom.xml | 2 +- dumpass/pom.xml | 2 +- http/pom.xml | 2 +- pom.xml | 2 +- spring/pom.xml | 2 +- ssh/pom.xml | 2 +- svm/pom.xml | 2 +- swt/pom.xml | 2 +- usagetracking/pom.xml | 2 +- xml/pom.xml | 2 +- xslt/pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/base/pom.xml b/base/pom.xml index aeb0acc..5892089 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -9,7 +9,7 @@ mkr util-pom - 2.0-SNAPSHOT + 3.0-SNAPSHOT diff --git a/crawler/pom.xml b/crawler/pom.xml index f49bf9c..9eec8e5 100644 --- a/crawler/pom.xml +++ b/crawler/pom.xml @@ -10,7 +10,7 @@ mkr util-pom - 2.0-SNAPSHOT + 3.0-SNAPSHOT diff --git a/dumpass/pom.xml b/dumpass/pom.xml index 0d3c8c9..224bfdc 100644 --- a/dumpass/pom.xml +++ b/dumpass/pom.xml @@ -9,7 +9,7 @@ mkr util-pom - 2.0-SNAPSHOT + 3.0-SNAPSHOT diff --git a/http/pom.xml b/http/pom.xml index a14ee99..43e16d6 100644 --- a/http/pom.xml +++ b/http/pom.xml @@ -10,7 +10,7 @@ mkr util-pom - 2.0-SNAPSHOT + 3.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 602f605..75ff293 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ mkr util-pom mkr util pom - 2.0-SNAPSHOT + 3.0-SNAPSHOT pom diff --git a/spring/pom.xml b/spring/pom.xml index 3acb11a..00f6907 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -10,7 +10,7 @@ mkr util-pom - 2.0-SNAPSHOT + 3.0-SNAPSHOT diff --git a/ssh/pom.xml b/ssh/pom.xml index aa2bc1a..8c00b96 100644 --- a/ssh/pom.xml +++ b/ssh/pom.xml @@ -10,7 +10,7 @@ mkr util-pom - 2.0-SNAPSHOT + 3.0-SNAPSHOT diff --git a/svm/pom.xml b/svm/pom.xml index f4702c7..2f7988e 100644 --- a/svm/pom.xml +++ b/svm/pom.xml @@ -9,7 +9,7 @@ mkr util-pom - 2.0-SNAPSHOT + 3.0-SNAPSHOT diff --git a/swt/pom.xml b/swt/pom.xml index 7813183..57ee68e 100644 --- a/swt/pom.xml +++ b/swt/pom.xml @@ -9,7 +9,7 @@ mkr util-pom - 2.0-SNAPSHOT + 3.0-SNAPSHOT diff --git a/usagetracking/pom.xml b/usagetracking/pom.xml index 2b119ce..316095c 100644 --- a/usagetracking/pom.xml +++ b/usagetracking/pom.xml @@ -10,7 +10,7 @@ mkr util-pom - 2.0-SNAPSHOT + 3.0-SNAPSHOT diff --git a/xml/pom.xml b/xml/pom.xml index dab068a..4235147 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -9,7 +9,7 @@ mkr util-pom - 2.0-SNAPSHOT + 3.0-SNAPSHOT diff --git a/xslt/pom.xml b/xslt/pom.xml index fe91dce..8bc9dcd 100644 --- a/xslt/pom.xml +++ b/xslt/pom.xml @@ -10,7 +10,7 @@ mkr util-pom - 2.0-SNAPSHOT + 3.0-SNAPSHOT From 9a0dcae7505c022f1d4864f9284dcfd3bb06b3eb Mon Sep 17 00:00:00 2001 From: Christian Trefzer Date: Tue, 24 Sep 2024 17:25:45 +0200 Subject: [PATCH 3/4] TECO-103: bump spring to 6.0.19 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 75ff293..338a2ed 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ - 3.2.13.RELEASE + 6.0.19 2.0-49c4a92d12f027c53b78981c7f3886587ec79a65 From 5435c6b34b842d2b55275133bbec28b7c798ccec Mon Sep 17 00:00:00 2001 From: Christian Trefzer Date: Wed, 25 Sep 2024 11:04:37 +0200 Subject: [PATCH 4/4] TECO-103: drop unused dependency --- crawler/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/crawler/pom.xml b/crawler/pom.xml index 9eec8e5..90b2be3 100644 --- a/crawler/pom.xml +++ b/crawler/pom.xml @@ -60,11 +60,5 @@ 3.17.0 - - javax.mail - mail - 1.4.7 - -