From 2a14f83c7683c9d7e157d406b210c829587b830b Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:06:00 +0800 Subject: [PATCH] Update dependency org.apache.logging.log4j:log4j-slf4j-impl to v2.23.0 (#90) Signed-off-by: mend-for-github-com[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ca5ae3f6..a8f97f40 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,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.22.0" + compileOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.0" compileOnly group: 'org.json', name: 'json', version: '20240205' compileOnly("com.google.guava:guava:33.0.0-jre") compileOnly group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'