mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade Karaf from 4.4.6 to 4.4.7
* Sync runtime dependencies with Karaf 4.4.7, most notably: * PaxWeb 8.0.30 * Jetty 9.4.57.v20241219 * BouncyCastle 1.78.1 * CXF 3.6.4 * Jackson 2.18.2 * JNA 5.16.0 * JAXB 2.3.9 * commons-io 2.17.0 * commons-lang3 3.17.0 * XBean 4.26 * ASM 9.7.1 * PaxLogging 2.2.8 * Resolve itest runbundles Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
committed by
Wouter Born
parent
e94a3fefa3
commit
4da70a2ed8
+5
-5
@@ -18,8 +18,8 @@
|
||||
|
||||
<properties>
|
||||
<californium.version>2.7.4</californium.version>
|
||||
<jetty.version>9.4.54.v20240208</jetty.version>
|
||||
<pax.web.version>8.0.27</pax.web.version>
|
||||
<jetty.version>9.4.57.v20241219</jetty.version>
|
||||
<pax.web.version>8.0.30</pax.web.version>
|
||||
<swagger.version>2.2.15</swagger.version>
|
||||
</properties>
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.14.0</version>
|
||||
<version>3.17.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -418,13 +418,13 @@
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
<version>5.14.0</version>
|
||||
<version>5.16.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna-platform</artifactId>
|
||||
<version>5.14.0</version>
|
||||
<version>5.16.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
+13
-13
@@ -17,11 +17,11 @@
|
||||
|
||||
<properties>
|
||||
<californium.version>2.7.4</californium.version>
|
||||
<cxf.version>3.6.2</cxf.version>
|
||||
<jackson.version>2.17.1</jackson.version>
|
||||
<jetty.version>9.4.54.v20240208</jetty.version>
|
||||
<pax.logging.version>2.2.7</pax.logging.version>
|
||||
<pax.web.version>8.0.27</pax.web.version>
|
||||
<cxf.version>3.6.4</cxf.version>
|
||||
<jackson.version>2.18.2</jackson.version>
|
||||
<jetty.version>9.4.57.v20241219</jetty.version>
|
||||
<pax.logging.version>2.2.8</pax.logging.version>
|
||||
<pax.web.version>8.0.30</pax.web.version>
|
||||
<swagger.version>2.2.15</swagger.version>
|
||||
</properties>
|
||||
|
||||
@@ -194,7 +194,7 @@
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-osgi</artifactId>
|
||||
<version>2.3.8</version>
|
||||
<version>2.3.9</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Activation 1.2 API -->
|
||||
@@ -404,12 +404,12 @@
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.15.1</version>
|
||||
<version>2.17.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.14.0</version>
|
||||
<version>3.17.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -780,13 +780,13 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.xbean</groupId>
|
||||
<artifactId>xbean-bundleutils</artifactId>
|
||||
<version>4.24</version>
|
||||
<version>4.26</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.xbean</groupId>
|
||||
<artifactId>xbean-finder</artifactId>
|
||||
<version>4.24</version>
|
||||
<version>4.26</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -906,7 +906,7 @@
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
<version>9.7</version>
|
||||
<version>9.7.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -1066,13 +1066,13 @@
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
<version>5.14.0</version>
|
||||
<version>5.16.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna-platform</artifactId>
|
||||
<version>5.14.0</version>
|
||||
<version>5.16.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
+2
-2
@@ -16,7 +16,7 @@
|
||||
<name>openHAB Core :: BOM :: Test</name>
|
||||
|
||||
<properties>
|
||||
<cxf.version>3.6.2</cxf.version>
|
||||
<cxf.version>3.6.4</cxf.version>
|
||||
<junit.version>5.10.0</junit.version>
|
||||
<mockito.version>4.11.0</mockito.version>
|
||||
</properties>
|
||||
@@ -25,7 +25,7 @@
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-osgi</artifactId>
|
||||
<version>2.3.8</version>
|
||||
<version>2.3.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jdt</groupId>
|
||||
|
||||
Reference in New Issue
Block a user