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/01/02 16:02:16 UTC

[cxf] branch 3.5.x-fixes updated: Update SwaggerUI to 4.1.2

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


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new 9ae3cb2  Update SwaggerUI to 4.1.2
9ae3cb2 is described below

commit 9ae3cb225f28fa89347202712307518a10b7d658
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Jan 2 11:01:15 2022 -0500

    Update SwaggerUI to 4.1.2
    
    (cherry picked from commit 165a446c6635e51c45ffd0ba354c964dae1a1f3d)
---
 distribution/src/main/release/samples/pom.xml | 4 ++--
 parent/pom.xml                                | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 3e1ddcd..5d3edb5 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.0</spring.boot.version>
+        <spring.boot.version>2.6.2</spring.boot.version>
         <spring.cloud.eureka.version>3.1.0</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.44.v20210927</cxf.jetty9.version>
         <cxf.netty.version>4.1.72.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
-        <cxf.swagger.ui.version>3.52.1</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>4.1.2</cxf.swagger.ui.version>
         <cxf.tika.version>2.2.1</cxf.tika.version>
         <cxf.tomcat.version>9.0.56</cxf.tomcat.version>
         <graalvm.version>21.1.0</graalvm.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index f03d3a6..f50afc0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -206,7 +206,7 @@
         <cxf.spring.security.version>5.6.1</cxf.spring.security.version>
         <cxf.spring.version>5.3.14</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
-        <cxf.swagger.ui.version>3.52.1</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>4.1.2</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.1.12</cxf.swagger.v3.version>
         <cxf.swagger2.version>1.6.4</cxf.swagger2.version>
         <cxf.swagger2.guava.version>27.0-jre</cxf.swagger2.guava.version>