From 8fe52843f3310cfc05dfcb6f3a245df5cb73319a Mon Sep 17 00:00:00 2001 From: "mend-for-github.aaakk.us.kg[bot]" <50673670+mend-for-github.aaakk.us.kg[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:20:47 +0800 Subject: [PATCH] fix(deps): update dependency org.apache.logging.log4j:log4j-slf4j-impl to v2.23.1 (#256) Signed-off-by: mend-for-github.aaakk.us.kg[bot] Co-authored-by: mend-for-github.aaakk.us.kg[bot] <50673670+mend-for-github.aaakk.us.kg[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e4c394a5..4def71cc 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ task addJarsToClasspath(type: Copy) { dependencies { // 3P dependencies compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.10.1' - compileOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.0" + compileOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.1" compileOnly group: 'org.json', name: 'json', version: '20240303' compileOnly("com.google.guava:guava:33.0.0-jre") compileOnly group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'