From 72cf4c1109bc359d6401013d4e683c14ea24744e Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Sun, 23 Mar 2025 17:05:58 +0100 Subject: [PATCH] Upgrade dependencies (#4663) * Upgrade jose4j for 0.9.5 to 0.9.6 https://bitbucket.org/b_c/jose4j/wiki/Release%20Notes * Upgrade commons-io from 2.17.0 to 2.18.0 https://commons.apache.org/proper/commons-io/changes-report.html#a2.18.0 * Upgrade commons-net from 3.9.0 to 3.11.1 https://commons.apache.org/proper/commons-net/changes-report.html#a3.11.1 * upgradetool: Upgrade commons-cli from 1.5.0 to 1.9.0 Signed-off-by: Holger Friedrich --- bom/compile/pom.xml | 2 +- bom/runtime/pom.xml | 6 +++--- bundles/org.openhab.core.io.transport.modbus/pom.xml | 2 +- features/karaf/openhab-core/src/main/feature/feature.xml | 2 +- features/karaf/openhab-tp/src/main/feature/feature.xml | 8 ++++---- pom.xml | 2 +- tools/upgradetool/pom.xml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bom/compile/pom.xml b/bom/compile/pom.xml index 4e185f424..293dd054d 100644 --- a/bom/compile/pom.xml +++ b/bom/compile/pom.xml @@ -400,7 +400,7 @@ org.bitbucket.b_c jose4j - 0.9.5 + 0.9.6 compile diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index 642772c2e..bcb4598d3 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -411,7 +411,7 @@ commons-io commons-io - 2.17.0 + 2.18.0 org.apache.commons @@ -422,7 +422,7 @@ commons-net commons-net - 3.9.0 + 3.11.1 compile @@ -972,7 +972,7 @@ org.bitbucket.b_c jose4j - 0.9.5 + 0.9.6 compile diff --git a/bundles/org.openhab.core.io.transport.modbus/pom.xml b/bundles/org.openhab.core.io.transport.modbus/pom.xml index f7574d45a..ba6e51821 100644 --- a/bundles/org.openhab.core.io.transport.modbus/pom.xml +++ b/bundles/org.openhab.core.io.transport.modbus/pom.xml @@ -29,7 +29,7 @@ org.apache.commons commons-pool2 - 2.12.0 + 2.12.1 compile diff --git a/features/karaf/openhab-core/src/main/feature/feature.xml b/features/karaf/openhab-core/src/main/feature/feature.xml index 82af74996..e9aa2effe 100644 --- a/features/karaf/openhab-core/src/main/feature/feature.xml +++ b/features/karaf/openhab-core/src/main/feature/feature.xml @@ -262,7 +262,7 @@ openhab-core-base openhab-transport-serial - mvn:org.apache.commons/commons-pool2/2.12.0 + mvn:org.apache.commons/commons-pool2/2.12.1 mvn:org.openhab.core.bundles/org.openhab.core.io.transport.modbus/${project.version} diff --git a/features/karaf/openhab-tp/src/main/feature/feature.xml b/features/karaf/openhab-tp/src/main/feature/feature.xml index 5942ab7ef..6d0c8ed1c 100644 --- a/features/karaf/openhab-tp/src/main/feature/feature.xml +++ b/features/karaf/openhab-tp/src/main/feature/feature.xml @@ -51,8 +51,8 @@ - openhab.tp;feature=commons-net;version=3.9.0 - mvn:commons-net/commons-net/3.9.0 + openhab.tp;feature=commons-net;version=3.11.1 + mvn:commons-net/commons-net/3.11.1 @@ -189,9 +189,9 @@ - openhab.tp;feature=jose4j;version=0.9.5 + openhab.tp;feature=jose4j;version=0.9.6 mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3 - mvn:org.bitbucket.b_c/jose4j/0.9.5 + mvn:org.bitbucket.b_c/jose4j/0.9.6 diff --git a/pom.xml b/pom.xml index 4fd7fc2a2..af0b85bf0 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ 21 7.1.0 - 3.7.2 + 3.11.1 2.4.0 4.4.7 4.4.7 diff --git a/tools/upgradetool/pom.xml b/tools/upgradetool/pom.xml index 003fad326..8a68d763b 100644 --- a/tools/upgradetool/pom.xml +++ b/tools/upgradetool/pom.xml @@ -36,7 +36,7 @@ commons-cli commons-cli - 1.5.0 + 1.9.0 org.osgi