From 73cc16c78ab6f500684dcf7fc7b185c255074f50 Mon Sep 17 00:00:00 2001 From: RenovateBot <renovatebot@griefed.de> Date: Mon, 4 Apr 2022 11:54:43 +0000 Subject: [PATCH] Update dependency org.apache.logging.log4j:log4j-slf4j-impl to v2.17.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f164ded..439c45d 100644 --- a/build.gradle +++ b/build.gradle @@ -79,9 +79,9 @@ dependencies { embed 'org.apache.logging.log4j:log4j-web:2.17.1' embed 'org.apache.logging.log4j:log4j-api:2.17.1' - embed 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.1' + embed 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.2' embed 'org.apache.logging.log4j:log4j-core:2.17.1' - embed 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.1' + embed 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.2' embed 'org.apache.logging.log4j:log4j-web:2.17.1' embed 'org.apache.logging.log4j:log4j-jul:2.17.1' -- GitLab