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 16:42:28 UTC

[cxf] branch main updated: Update distribution/samples versions

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 24151890ce Update distribution/samples versions
24151890ce is described below

commit 24151890ce517fcd8cfb5db08251e9088f4d7e85
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Nov 12 11:42:15 2022 -0500

    Update distribution/samples versions
---
 distribution/src/main/release/samples/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 7591b8fbc3..97388ab8de 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>3.0.0-RC1</spring.boot.version>
+        <spring.boot.version>3.0.0-RC2</spring.boot.version>
         <spring.cloud.eureka.version>4.0.0-RC1</spring.cloud.eureka.version>
         <cxf.jetty11.version>11.0.12</cxf.jetty11.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>10.1.1</cxf.tomcat.version>
         <graalvm.version>21.1.0</graalvm.version>