You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/02/10 08:33:37 UTC

[ws-wss4j] branch 2_3_x-fixes updated: Updating to SLF4J 1.7.36

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

coheigea pushed a commit to branch 2_3_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/2_3_x-fixes by this push:
     new 4f42429  Updating to SLF4J 1.7.36
4f42429 is described below

commit 4f42429c280d1341109d42304463ba03145d380d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 10 08:22:50 2022 +0000

    Updating to SLF4J 1.7.36
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b4bb567..e3d3b98 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -43,7 +43,7 @@
         <kerby.version>2.0.1</kerby.version>
         <neethi.version>3.1.1</neethi.version>
         <opensaml.version>3.4.6</opensaml.version>
-        <slf4j.version>1.7.30</slf4j.version>
+        <slf4j.version>1.7.36</slf4j.version>
         <wsdl4j.version>1.6.3</wsdl4j.version>
         <xalan.version>2.7.2</xalan.version>
         <xz.version>1.8</xz.version>