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 2019/08/14 13:17:42 UTC

[cxf] 01/02: SLF4J upgrade

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

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

commit 46e35f7b5ae2428ab172c9153e622a7854ecc439
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Aug 14 13:07:52 2019 +0100

    SLF4J upgrade
    
    (cherry picked from commit 6164a86e6884b12091f90429e462ac1ade21cab5)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 617090d..c90d88b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -186,7 +186,7 @@
         <cxf.servlet-api.artifact>javax.servlet-api</cxf.servlet-api.artifact>
         <cxf.servlet-api.group>javax.servlet</cxf.servlet-api.group>
         <cxf.servlet-api.version>3.1.0</cxf.servlet-api.version>
-        <cxf.slf4j.version>1.7.26</cxf.slf4j.version>
+        <cxf.slf4j.version>1.7.28</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.24</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>1.2</cxf.specs.jaxws.api.version>
         <cxf.spring.boot.version>2.1.7.RELEASE</cxf.spring.boot.version>