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/18 10:36:02 UTC

[archiva] branch archiva-2.x updated: Switching to log4j2 1.17.0

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

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


The following commit(s) were added to refs/heads/archiva-2.x by this push:
     new c2666d1  Switching to log4j2 1.17.0
c2666d1 is described below

commit c2666d188262a9174bae6dbe35918057f2335643
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sat Dec 18 11:35:37 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 40d91c4..0962abf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <redback.spring-utils.version>2.1</redback.spring-utils.version>
     <redback.taskqueue.version>2.1</redback.taskqueue.version>
     <slf4j.version>1.7.25</slf4j.version>
-    <log4j.version>2.16.0</log4j.version>
+    <log4j.version>2.17.0</log4j.version>
 
     <spring.version>4.2.1.RELEASE</spring.version>