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:30:59 UTC

[ws-wss4j] branch 2_4_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_4_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


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

commit fe7c7ce51727548294dad781fe59345c03092300
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 1dd55d1..9980267 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -44,7 +44,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.9</xz.version>