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 11:59:28 UTC

[cxf] branch master updated: Updating SLF4J to 1.7.35

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 84e8433  Updating SLF4J to 1.7.35
84e8433 is described below

commit 84e8433cabd1c026df47792b6d48adcc39c14fad
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 8 11:58:36 2022 +0000

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 8c9c224..22061e9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -195,7 +195,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.32</cxf.slf4j.version>
+        <cxf.slf4j.version>1.7.35</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>