From aa490abf6eaa350aa4a0dad73a854b4a54144528 Mon Sep 17 00:00:00 2001 From: Fried Hoeben Date: Wed, 23 Oct 2024 20:05:05 +0200 Subject: [PATCH] Slf4j 2.0.16 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a406bfcc2..89e70697f 100644 --- a/build.gradle +++ b/build.gradle @@ -74,8 +74,8 @@ dependencies { exclude group: 'org.slf4j', module: 'slf4j-api' } implementation "org.apache.commons:commons-lang3:3.14.0" - implementation "org.slf4j:slf4j-api:2.0.12" - implementation "org.slf4j:slf4j-jdk14:2.0.12" + implementation "org.slf4j:slf4j-api:2.0.16" + implementation "org.slf4j:slf4j-jdk14:2.0.16" implementation "org.json:json:20240205" implementation "com.googlecode.java-diff-utils:diffutils:1.3.0" implementation "org.apache.commons:commons-text:1.11.0"