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:00:48 UTC

[archiva-parent] branch master 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 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 b6da214  Updating log4j dependency to 2.16.0
b6da214 is described below

commit b6da21499c03c3c997bcc219312d44c6758ea493
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Wed Dec 15 08:00:43 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 faab88e..f403457 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.15.0</log4j.version>
+    <log4j.version>2.16.0</log4j.version>
     <spring.version>5.3.7</spring.version>
 
     <ehcache.version>2.10.6</ehcache.version>