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 12:47:51 UTC

[archiva-redback-core] branch redback-2.6.x updated: Switching to log4j2 2.17.0 and updating slf4j version

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 e9a7c70  Switching to log4j2 2.17.0 and updating slf4j version
e9a7c70 is described below

commit e9a7c70b897ff72365f3380580944b39d6433012
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sat Dec 18 13:47:45 2021 +0100

    Switching to log4j2 2.17.0 and updating slf4j version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c492a04..8f3110a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,8 +72,8 @@
 
   <properties>
     <springVersion>4.2.1.RELEASE</springVersion>
-    <slf4jVersion>1.7.12</slf4jVersion>
-    <log4j2Version>2.16.0</log4j2Version>
+    <slf4jVersion>1.7.32</slf4jVersion>
+    <log4j2Version>2.17.0</log4j2Version>
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <gpg.useagent>true</gpg.useagent>