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/06 16:33:53 UTC

[archiva-redback-core] branch redback-2.6.x updated: [MRM-2029] Updating log4j2 for redback

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

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


The following commit(s) were added to refs/heads/redback-2.6.x by this push:
     new 5698540  [MRM-2029] Updating log4j2 for redback
5698540 is described below

commit 5698540871f57a3bf19ab4d7e4b51823500d89e4
Author: Martin Schreier <ma...@apache.org>
AuthorDate: Thu Jan 6 17:33:49 2022 +0100

    [MRM-2029] Updating log4j2 for redback
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f3110a..80adaf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
   <properties>
     <springVersion>4.2.1.RELEASE</springVersion>
     <slf4jVersion>1.7.32</slf4jVersion>
-    <log4j2Version>2.17.0</log4j2Version>
+    <log4j2Version>2.17.1</log4j2Version>
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <gpg.useagent>true</gpg.useagent>