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/11/12 18:01:46 UTC

[cxf] branch 3.6.x-fixes updated (db5c33a600 -> c302036d9d)

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 db5c33a600 Recording .gitmergeinfo Changes
     new 9a8b2c051c Update distribution/samples versions
     new c302036d9d Recording .gitmergeinfo Changes

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:
 .gitmergeinfo                                 | 1 +
 distribution/src/main/release/samples/pom.xml | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)


[cxf] 02/02: Recording .gitmergeinfo Changes

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 c302036d9de9bfae211571adadfb73ec18a37b56
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Nov 12 13:01:28 2022 -0500

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 3da86976a7..68c60dc5df 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -57,6 +57,7 @@ M 1e4658323353b57ab3b7f07bc0ac1951256b8ac7
 M 1ecc24d817d4ef0cba4a4079a1c69abf33d1ad9b
 M 2068929ab7277b8c1d9dcd5609838185f2e734e9
 M 227e81b07f547106af5e76af7e526fc6c3c8ffc2
+M 24151890ce517fcd8cfb5db08251e9088f4d7e85
 M 24b749e191c51a1a6e509dfaef482380d0859120
 M 278431e8adc631b7089f979d455fc54a721c7ab0
 M 27f756d64a3267c0865d6498824bd9c32b959391


[cxf] 01/02: Update distribution/samples versions

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 9a8b2c051c3cd9381398915a9069e8faf48dc887
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Nov 12 11:42:15 2022 -0500

    Update distribution/samples versions
    
    (cherry picked from commit 24151890ce517fcd8cfb5db08251e9088f4d7e85)
    
    # Conflicts:
    #       distribution/src/main/release/samples/pom.xml
---
 distribution/src/main/release/samples/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 6d1f9056a7..9ce53a4fae 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -30,12 +30,12 @@
         <!-- don't deploy the samples, kind of pointless -->
         <maven.deploy.skip>true</maven.deploy.skip>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <spring.boot.version>2.7.4</spring.boot.version>
-        <spring.cloud.eureka.version>3.1.1</spring.cloud.eureka.version>
+        <spring.boot.version>2.7.5</spring.boot.version>
+        <spring.cloud.eureka.version>3.1.4</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.49.v20220914</cxf.jetty9.version>
-        <cxf.netty.version>4.1.84.Final</cxf.netty.version>
+        <cxf.netty.version>4.1.85.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
-        <cxf.swagger.ui.version>4.14.2</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>4.15.0</cxf.swagger.ui.version>
         <cxf.tika.version>2.5.0</cxf.tika.version>
         <cxf.tomcat.version>9.0.67</cxf.tomcat.version>
         <graalvm.version>21.1.0</graalvm.version>