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:37:44 UTC

[cxf] branch 3.5.x-fixes updated (100ef29b3c -> 1b903fea24)

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

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


    from 100ef29b3c Recording .gitmergeinfo Changes
     new 7600949414 Update distribution/samples versions
     new 1b903fea24 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                                 | 2 ++
 distribution/src/main/release/samples/pom.xml | 8 ++++----
 2 files changed, 6 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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 1b903fea249eaae3d40db91fccde6c6207c0bfaa
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Nov 12 13:37:01 2022 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 19d4f2c5b9..fc5e91ed44 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -57,6 +57,7 @@ B ba839e6b1f3ee5c26fd600834ea10227dd4cc317
 B c0d5bad32938019dea92f99be0773abd39ad7288
 B c122fbdd9e1923cdb4daaef16f2e0fd65e2498b6
 B c27cc7ad9107fd7ac71c15f758d90d1f57e25c46
+B c302036d9de9bfae211571adadfb73ec18a37b56
 B c734a65aa20fa6d56464758f019c4eb995234688
 B c87e69e5d3f1f1cd24ed37d3ba2b2fef6b294f90
 B cad4f0b76bb79f82a5ef4bc7e435e93996eb884b
@@ -127,6 +128,7 @@ M 937d6ca1fad9e39fa9684ea62c924b461b57d177
 M 96e71237bae2eb987a5fbe67d21e9e1e19f2d158
 M 97dc25412eac3342f643ea5faa38c9718d2139bf
 M 980ebec9b4e3cb99c0386ba3c795cad21e924ac7
+M 9a8b2c051c3cd9381398915a9069e8faf48dc887
 M 9b8c9b20114b7102fc1330a117c9e017140f0eb8
 M a75b56a7c3826a48320202aca771cbcbdca6a350
 M a903a5392b3cd2b5925c6afa46f289b3b94a694a


[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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 76009494143e7e10ad1d47e07ead384d5ba06086
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
    (cherry picked from commit 9a8b2c051c3cd9381398915a9069e8faf48dc887)
    
    # 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 d784f336fb..17bf13b352 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.6.12</spring.boot.version>
-        <spring.cloud.eureka.version>3.1.1</spring.cloud.eureka.version>
+        <spring.boot.version>2.6.13</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>