You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2021/12/15 07:01:10 UTC

[archiva-redback-core] branch redback-2.6.x updated: Switching to log4j2 2.16.0

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

martin_s pushed a commit to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/redback-2.6.x by this push:
     new cd3eeac  Switching to log4j2 2.16.0
cd3eeac is described below

commit cd3eeac72e5cb36dc2bec7a8874ec6ec5053aa28
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Wed Dec 15 07:48:08 2021 +0100

    Switching to log4j2 2.16.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d6dde8e..c492a04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
   <properties>
     <springVersion>4.2.1.RELEASE</springVersion>
     <slf4jVersion>1.7.12</slf4jVersion>
-    <log4j2Version>2.15.0</log4j2Version>
+    <log4j2Version>2.16.0</log4j2Version>
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <gpg.useagent>true</gpg.useagent>