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

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


The following commit(s) were added to refs/heads/main by this push:
     new 55816278ef CXF-8755: Update to Slf4j 2.0 (#1016)
55816278ef is described below

commit 55816278ef52db1170e4ed5bdb1a32007c9e496b
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Oct 29 15:02:21 2022 -0400

    CXF-8755: Update to Slf4j 2.0 (#1016)
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3a53089e55..20eb2699c8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -147,7 +147,7 @@
         <cxf.junit5.version>5.9.1</cxf.junit5.version>
         <cxf.kerby.version>2.0.2</cxf.kerby.version>
         <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
-        <cxf.logback.classic.version>1.2.10</cxf.logback.classic.version>
+        <cxf.logback.classic.version>1.4.4</cxf.logback.classic.version>
         <cxf.lucene.version>8.11.1</cxf.lucene.version>
         <cxf.maven.core.version>3.6.3</cxf.maven.core.version>
         <cxf.micrometer.version>1.10.0-RC1</cxf.micrometer.version>
@@ -178,7 +178,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>5.0.0</cxf.servlet-api.version>
-        <cxf.slf4j.version>1.7.36</cxf.slf4j.version>
+        <cxf.slf4j.version>2.0.3</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.32</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
         <cxf.spring.boot.version>3.0.0-RC1</cxf.spring.boot.version>

Reply via email to