From 23b0af17311ffbfe36e2c254f21e2b09ee215e3f Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sun, 19 Dec 2021 23:46:30 +0300 Subject: [PATCH] =?UTF-8?q?Update=20log4j=20dependency=20to=20version=202.?= =?UTF-8?q?17.0=20=F0=9F=98=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix for CVE-2021-45105 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index fffa45c..0d4c479 100644 --- a/build.gradle +++ b/build.gradle @@ -66,8 +66,8 @@ dependencies { // Log4j // A logging library - implementation 'org.apache.logging.log4j:log4j-api:2.16.0' - implementation 'org.apache.logging.log4j:log4j-core:2.16.0' + implementation 'org.apache.logging.log4j:log4j-api:2.17.0' + implementation 'org.apache.logging.log4j:log4j-core:2.17.0' // JUnit // A unit-testing library