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:47 UTC

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

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>