From c7e66e1f6b4414407741f190cdd62a9c67bd9a76 Mon Sep 17 00:00:00 2001 From: theghost5800 Date: Tue, 16 Jan 2024 17:58:07 +0200 Subject: [PATCH] Increase version of multiple dependencies and remove slf4j Increased versions: snakeyaml - 2.2 jackson - 2.16.1 jackson-databind - 2.16.1 Removed slf4j because it's not used anymore inside the project --- pom.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 5a48de3e..832d784e 100644 --- a/pom.xml +++ b/pom.xml @@ -23,15 +23,14 @@ 3.12.0 4.4 2.11.0 - 2.0.6 - 2.0 + 2.2 5.2.2 2.8.8 2.3.3 2.3.0.1 2.3.4 - 2.14.2 - 2.14.2 + 2.16.1 + 2.16.1 @@ -274,12 +273,6 @@ commons-collections4 ${commons-collections4.version} - - - org.slf4j - slf4j-api - ${slf4j.version} - commons-io