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:47:50 UTC

[archiva-parent] branch master updated: Switching to log4j2 version 2.17.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 374493d  Switching to log4j2 version 2.17.0
374493d is described below

commit 374493d514e231a01fdddfe172d4554184f384f8
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sat Dec 18 11:47:04 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 50cd372..f9d1df3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
 
     <jetty.version>9.4.43.v20210629</jetty.version>
     <slf4j.version>1.7.28</slf4j.version>
-    <log4j.version>2.16.0</log4j.version>
+    <log4j.version>2.17.0</log4j.version>
     <spring.version>5.3.7</spring.version>
 
     <ehcache.version>2.10.6</ehcache.version>