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/01/25 00:55:49 UTC

[cxf] branch 3.6.x-fixes updated (c63a6418f0 -> 1ccd8c89c3)

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

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


    from c63a6418f0 Bump maven-antrun-plugin from 3.0.0 to 3.1.0 (#1079)
     new cd2ec6fe10 Bump geronimo-config-impl from 1.0 to 1.2.3 (#1082)
     new 1ccd8c89c3 Bump jboss-logging from 3.4.3.Final to 3.5.0.Final (#1083)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml                | 2 +-
 systests/microprofile/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[cxf] 01/02: Bump geronimo-config-impl from 1.0 to 1.2.3 (#1082)

Posted by re...@apache.org.
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 cd2ec6fe10d30b7696fcda3d8af7cea1f528c1b1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 24 17:11:04 2023 -0500

    Bump geronimo-config-impl from 1.0 to 1.2.3 (#1082)
    
    Bumps geronimo-config-impl from 1.0 to 1.2.3.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.geronimo.config:geronimo-config-impl
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 systests/microprofile/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systests/microprofile/pom.xml b/systests/microprofile/pom.xml
index 26ed795f17..2353af8cfc 100644
--- a/systests/microprofile/pom.xml
+++ b/systests/microprofile/pom.xml
@@ -32,7 +32,7 @@
     <description>Apache CXF System Tests - MicroProfile TCKs</description>
     <url>https://cxf.apache.org</url>
     <properties>
-        <cxf.geronimo.config.version>1.0</cxf.geronimo.config.version>
+        <cxf.geronimo.config.version>1.2.3</cxf.geronimo.config.version>
         <cxf.wiremock.params>--port=8765</cxf.wiremock.params>
     </properties>
     <dependencyManagement>


[cxf] 02/02: Bump jboss-logging from 3.4.3.Final to 3.5.0.Final (#1083)

Posted by re...@apache.org.
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 1ccd8c89c33559251a59c9325910cfb7a8c6a1aa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 24 12:28:13 2023 -0500

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

diff --git a/parent/pom.xml b/parent/pom.xml
index ffd24a0e8c..0c702e279a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -145,7 +145,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.3.Final</cxf.jboss.logging.version>
+        <cxf.jboss.logging.version>3.5.0.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>