Upgrade Karaf to 4.4.9 (#19818)

* Upgrade Karaf to 4.4.9

Upgrade Karaf from 4.4.8 to 4.4.9.
This includes upgrades for the following libraries:
* asm from 9.8 to 9.9
* bouncycastle/bcprov from 1.81 to 1.83
* commons-io from 2.20.0 to 2.21.0
* commons-lang3 from 3.18.0 to 3.20.0
* jackson-annotations from 2.19.2 to 2.20
* jackson from 2.19.2 to 2.20.1
* jna from 5.17.0 to 5.18.1

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2025-12-28 01:49:21 +01:00
committed by GitHub
parent 7180004203
commit 7fb5b5115a
34 changed files with 79 additions and 79 deletions
@@ -16,7 +16,7 @@
<properties>
<bnd.importpackage>!net.sf.ehcache.*,!net.spy.*</bnd.importpackage>
<bouncycastle.version>1.81</bouncycastle.version>
<bouncycastle.version>1.83</bouncycastle.version>
</properties>
<dependencies>
@@ -59,7 +59,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
<version>${jackson.annotations.version}</version>
<scope>compile</scope>
</dependency>
<dependency>