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:57:17 UTC

[archiva] branch archiva-2.x updated: Updating slf4j version too

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 91b979d  Updating slf4j version too
91b979d is described below

commit 91b979dcb9d3b3bbdc7f1c429839751f1aea2b1f
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sat Dec 18 13:56:56 2021 +0100

    Updating slf4j version too
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0962abf..e5e5566 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
     <redback.registry.version>2.4</redback.registry.version>
     <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>
+    <slf4j.version>1.7.32</slf4j.version>
     <log4j.version>2.17.0</log4j.version>
 
     <spring.version>4.2.1.RELEASE</spring.version>