You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/12/11 19:38:14 UTC

[turbine-parent] branch master updated: Security patch CVE-2021-44228, updte log4j2 to 2.15.0

This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new b267ebb  Security patch CVE-2021-44228, updte log4j2 to 2.15.0
b267ebb is described below

commit b267ebb7595892bda096f8855c12f0271614c187
Author: Georg Kallidis <gk...@cedis.fu-berlin.de>
AuthorDate: Sat Dec 11 20:36:59 2021 +0100

    Security patch CVE-2021-44228, updte log4j2 to 2.15.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4dbb310..a3e6ec9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -612,7 +612,7 @@
     <turbine.jacoco.version>0.8.6</turbine.jacoco.version>
     <turbine.dependency.check.version>6.1.2</turbine.dependency.check.version>
     <!-- may replace local settings -->
-    <turbine.log4j2.version>2.14.1</turbine.log4j2.version>
+    <turbine.log4j2.version>2.15.0</turbine.log4j2.version>
     <jacoco.skip>false</jacoco.skip>
     <cobertura.skip>true</cobertura.skip>
     <!-- disable by default, added profile owasp, which enables it  -->