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:
Holger Friedrich
2026-02-16 20:25:24 +01:00
committed by GitHub
parent e6ca14c9e1
commit 8084755af0
30 changed files with 82 additions and 83 deletions
+3 -3
View File
@@ -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
View File
@@ -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>