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 2022/01/04 19:49:36 UTC

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

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 3d71b1c  Switching to log4j2 2.17.1
3d71b1c is described below

commit 3d71b1c771e27b718bbe9f92b39f70dc5a1eb17b
Author: Martin Schreier <ma...@apache.org>
AuthorDate: Tue Jan 4 20:49:14 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index ff32ecd..0ccd5fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
 
     <jetty.version>9.4.43.v20210629</jetty.version>
     <slf4j.version>1.7.32</slf4j.version>
-    <log4j.version>2.17.0</log4j.version>
+    <log4j.version>2.17.1</log4j.version>
     <spring.version>5.3.7</spring.version>
 
     <ehcache.version>2.10.6</ehcache.version>