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

[cxf] branch 3.5.x-fixes updated: Updating SLF4J to 1.7.36

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

coheigea pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new 287f3a8  Updating SLF4J to 1.7.36
287f3a8 is described below

commit 287f3a8a5a4cacbdf6be86e72251ef0f20bcb251
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 8 13:58:34 2022 +0000

    Updating SLF4J to 1.7.36
    
    (cherry picked from commit 0f84303f91c56e19858323b54ce3dc37497db62f)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 05f5766..a057925 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -197,7 +197,7 @@
         <cxf.servlet-api.artifact>jakarta.servlet-api</cxf.servlet-api.artifact>
         <cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group>
         <cxf.servlet-api.version>4.0.4</cxf.servlet-api.version>
-        <cxf.slf4j.version>1.7.35</cxf.slf4j.version>
+        <cxf.slf4j.version>1.7.36</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.30</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
         <cxf.spring.boot.version>2.6.3</cxf.spring.boot.version>