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

[cxf] branch master updated: Update JBoss Logging to 3.4.3.Final

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

reta 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 dde616e  Update JBoss Logging to 3.4.3.Final
dde616e is described below

commit dde616e9f3862a31fc5e7e8959fff96c03670c61
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Jan 13 21:43:59 2022 -0500

    Update JBoss Logging to 3.4.3.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 54d2e6d..40c2537 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -144,7 +144,7 @@
         <cxf.jaxb.version>2.3.3</cxf.jaxb.version>
         <cxf.jaxb.xjc.version>${cxf.jaxb.runtime.version}</cxf.jaxb.xjc.version>
         <cxf.jaxen.version>1.1.4</cxf.jaxen.version>
-        <cxf.jboss.logging.version>3.4.2.Final</cxf.jboss.logging.version>
+        <cxf.jboss.logging.version>3.4.3.Final</cxf.jboss.logging.version>
         <cxf.jboss.weld.version>3.1.7.SP1</cxf.jboss.weld.version>
         <cxf.jcache.version>1.1.1</cxf.jcache.version>
         <cxf.jdom.version>1.0</cxf.jdom.version>