Upgrade logback to 1.5.24 (#5277)

* Upgrade logback from 1.5.18 to 1.5.24, see changelog
  https://logback.qos.ch/news.html#1.5.24

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2026-01-13 05:42:02 +01:00
committed by GitHub
parent c983ecac1c
commit fe04325b17
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.18</version>
<version>1.5.24</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>