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:26 UTC

[archiva] branch archiva-2.x updated: Updating log4j dependency to 2.16.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 3acb9ba  Updating log4j dependency to 2.16.0
3acb9ba is described below

commit 3acb9ba358f05dd0b30cb7fa9700d099fe53b250
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Wed Dec 15 08:01:22 2021 +0100

    Updating log4j dependency to 2.16.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3819dc5..40d91c4 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.15.0</log4j.version>
+    <log4j.version>2.16.0</log4j.version>
 
     <spring.version>4.2.1.RELEASE</spring.version>