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/11 19:15:36 UTC

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

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 fa8d654  Switching to new log4j2 version
fa8d654 is described below

commit fa8d654bba30a321225074288ff90a2f82625b88
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sat Dec 11 20:15:32 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index d7399a9..d6dde8e 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.3</log4j2Version>
+    <log4j2Version>2.15.0</log4j2Version>
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <gpg.useagent>true</gpg.useagent>