mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade to Karaf 4.4.4 (#3814)
* Sync runtime dependencies with Karaf 4.4.4, most notably: * Jetty 9.4.52.v20230823 * JNA 5.13.0 * SLF4J 2.0.6 * Pax Logging 2.2.3 * Pax Web 8.0.22 * Resolve itest runbundles * Use new Pax Web features to simplify dependency management * Add specs features because Pax Web now depends on "asm" Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
+5
-5
@@ -18,8 +18,8 @@
|
||||
|
||||
<properties>
|
||||
<californium.version>2.7.4</californium.version>
|
||||
<jetty.version>9.4.50.v20221201</jetty.version>
|
||||
<pax.web.version>8.0.15</pax.web.version>
|
||||
<jetty.version>9.4.52.v20230823</jetty.version>
|
||||
<pax.web.version>8.0.22</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.9</version>
|
||||
<version>3.12.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -428,13 +428,13 @@
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
<version>5.12.1</version>
|
||||
<version>5.13.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna-platform</artifactId>
|
||||
<version>5.12.1</version>
|
||||
<version>5.13.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user