You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2021/12/12 11:36:20 UTC

[commons-jcs] 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.

tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


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

commit b197208cfcd066160be5065ef93e5118cbe92ac6
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Sun Dec 12 12:36:16 2021 +0100

    Security patch CVE-2021-44228, updte log4j2 to 2.15.0
---
 commons-jcs-core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-jcs-core/pom.xml b/commons-jcs-core/pom.xml
index 0222640..f723bb4 100644
--- a/commons-jcs-core/pom.xml
+++ b/commons-jcs-core/pom.xml
@@ -53,7 +53,7 @@
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>
-      <version>2.14.1</version>
+      <version>2.15.0</version>
       <optional>true</optional>
     </dependency>
 
@@ -199,7 +199,7 @@
         <dependency>
           <groupId>org.apache.logging.log4j</groupId>
           <artifactId>log4j-core</artifactId>
-          <version>2.14.1</version>
+          <version>2.15.0</version>
           <scope>test</scope>
         </dependency>
       </dependencies>