From aef549744e9c5fbfa0c89998aa0580055e715ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Mon, 27 Feb 2023 17:13:48 +0000 Subject: [PATCH 1/4] Bump sl4j-api to 2.0.6 Also switch the optional logback-{core,classic} dependencies to 1.3.x --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2ced365f..13bccae0 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ org.slf4j slf4j-api - 1.7.6 + 2.0.6 @@ -168,14 +168,14 @@ ch.qos.logback logback-core - 1.2.9 + 1.3.5 true ch.qos.logback logback-classic - 1.2.9 + 1.3.5 true From a0b598fd5bb8894db60856b7a65b5e156eac2a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Tue, 14 Mar 2023 09:26:47 +0000 Subject: [PATCH 2/4] Declare same slf4j-api version as logback 1.3.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 13bccae0..81440774 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ org.slf4j slf4j-api - 2.0.6 + 2.0.4 From da730a02e4ed6df19e68496d3754448ff0323c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Fri, 3 Nov 2023 06:48:50 -0400 Subject: [PATCH 3/4] Bump slf4j-api 2.0.x and logback 1.3.x to their latest patch release --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ffcdd9c4..edab276f 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ org.slf4j slf4j-api - 2.0.4 + 2.0.9 @@ -168,14 +168,14 @@ ch.qos.logback logback-core - 1.3.5 + 1.3.11 true ch.qos.logback logback-classic - 1.3.5 + 1.3.11 true From eba0d4eb06a1db9a43f96027a87a903dd288e322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Thu, 30 Nov 2023 09:14:17 +0000 Subject: [PATCH 4/4] Bump logback to latest 1.3.13 release --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index edab276f..f692fd63 100644 --- a/pom.xml +++ b/pom.xml @@ -168,14 +168,14 @@ ch.qos.logback logback-core - 1.3.11 + 1.3.13 true ch.qos.logback logback-classic - 1.3.11 + 1.3.13 true