mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade Karaf to 4.4.10 (#5353)
Upgrade Karaf from 4.4.9 to 4.4.10. This includes upgrades for the following libraries: * pax-logging from 2.3.1 to 2.3.2 * xbean from 4.28 to 4.29 Reverts downgrade of karaf-maven-plugin to 4.4.8. Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
+3
-3
@@ -22,7 +22,7 @@
|
||||
<jackson.annotations.version>2.21</jackson.annotations.version>
|
||||
<jackson.version>2.21.0</jackson.version>
|
||||
<jetty.version>9.4.58.v20250814</jetty.version>
|
||||
<pax.logging.version>2.3.0</pax.logging.version>
|
||||
<pax.logging.version>2.3.2</pax.logging.version>
|
||||
<pax.web.version>8.0.34</pax.web.version>
|
||||
<swagger.version>2.2.41</swagger.version>
|
||||
</properties>
|
||||
@@ -786,13 +786,13 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.xbean</groupId>
|
||||
<artifactId>xbean-bundleutils</artifactId>
|
||||
<version>4.28</version>
|
||||
<version>4.29</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.xbean</groupId>
|
||||
<artifactId>xbean-finder</artifactId>
|
||||
<version>4.28</version>
|
||||
<version>4.29</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.5.25</version>
|
||||
<version>1.5.27</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.jayway.jsonpath</groupId>
|
||||
|
||||
Reference in New Issue
Block a user