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 2023/07/07 14:03:50 UTC

[cxf] 02/04: Bump jboss-logging from 3.5.2.Final to 3.5.3.Final (#1337)

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

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

commit a44c0f50b9d451b9f6201602722297f5b132b1dd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 7 08:14:52 2023 -0400

    Bump jboss-logging from 3.5.2.Final to 3.5.3.Final (#1337)
    
    Bumps [jboss-logging](https://github.com/jboss-logging/jboss-logging) from 3.5.2.Final to 3.5.3.Final.
    - [Release notes](https://github.com/jboss-logging/jboss-logging/releases)
    - [Commits](https://github.com/jboss-logging/jboss-logging/compare/3.5.2.Final...3.5.3.Final)
    
    ---
    updated-dependencies:
    - dependency-name: org.jboss.logging:jboss-logging
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 2293ef355cd13d6aa73785f750c33c94fa8a746e)
    
    # Conflicts:
    #       parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index aaeac2fde1..579d31c49a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -146,7 +146,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>2.0.0</cxf.jaxen.version>
-        <cxf.jboss.logging.version>3.5.2.Final</cxf.jboss.logging.version>
+        <cxf.jboss.logging.version>3.5.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>