From 9fca6e53f2b4decca1e8a6b93d796e1c68a52f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 1 Jun 2026 15:01:10 +0100 Subject: [PATCH 1/3] Bump ch.qos.logback:logback-core from 1.3.16 to 1.5.34 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8528fb25..3fa1cee2 100644 --- a/pom.xml +++ b/pom.xml @@ -158,7 +158,7 @@ ch.qos.logback logback-classic - 1.3.16 + 1.5.34 true From 0e20af3e78f16e9f15f96e12a26633ffa5cdc857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 1 Jun 2026 20:17:34 +0100 Subject: [PATCH 2/3] Allow file scanning in logback configuration used for tests --- src/test/resources/logback.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/logback.xml b/src/test/resources/logback.xml index 16d0f9af..7733db91 100644 --- a/src/test/resources/logback.xml +++ b/src/test/resources/logback.xml @@ -1,5 +1,5 @@ - + %d [%t] %-5p %c - %m%n From c114ac5005d67b717e851cebb50f854c70d9b6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 1 Jun 2026 20:25:08 +0100 Subject: [PATCH 3/3] Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.18 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3fa1cee2..0141ad6e 100644 --- a/pom.xml +++ b/pom.xml @@ -150,7 +150,7 @@ org.slf4j slf4j-api - 2.0.9 + 2.0.18