From dfc92330d86dbe76c0613df2d6af0269a8aabfe0 Mon Sep 17 00:00:00 2001 From: Sebastian Nohn Date: Fri, 10 Dec 2021 14:05:15 +0100 Subject: [PATCH] HHH-14972 bump log4j to 2.15.0 fixing an RCE (CVE-2021-44228) --- gradle/libraries.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libraries.gradle b/gradle/libraries.gradle index f54d8ddfc8..c181b5cbda 100644 --- a/gradle/libraries.gradle +++ b/gradle/libraries.gradle @@ -145,7 +145,7 @@ ext { junit: "junit:junit:${junitVersion}", junit5_vintage: "org.junit.vintage:junit-vintage-engine:${junitVintageVersion}", - log4j2: "org.apache.logging.log4j:log4j-core:2.14.1", + log4j2: "org.apache.logging.log4j:log4j-core:2.15.0", byteman: "org.jboss.byteman:byteman:${bytemanVersion}", byteman_install: "org.jboss.byteman:byteman-install:${bytemanVersion}",