Bump logback to 1.5.32 (#5553)

* Upgrade logback-classic from 1.5.27 to 1.5.32
* Upgrade logback-core from 1.5.27 to 1.5.32

This aligns with pax web 2.3.3 used in Karaf 4.4.11.

Follow-up to 5510.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2026-05-09 10:52:37 +02:00
committed by GitHub
parent 41cb074e55
commit 7d339d8da9
28 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.27</version>
<version>1.5.32</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>