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:04:39 UTC

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

commit d4a9d7b5aec3aec3ecac957601f12fcaa62fb4d9
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)
    (cherry picked from commit 9ae3cb225f28fa89347202712307518a10b7d658)
    
    # Conflicts:
    #	distribution/src/main/release/samples/pom.xml
    #	parent/pom.xml
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 0c28e9a..9e80f63 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -35,7 +35,7 @@
         <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>1.28</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 92022bb..8d5bf93 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -209,7 +209,7 @@
         <cxf.spring.security.version>5.3.13.RELEASE</cxf.spring.security.version>
         <cxf.spring.version>5.2.19.RELEASE</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.6</cxf.swagger.v3.version>
         <cxf.swagger2.version>1.6.3</cxf.swagger2.version>
         <cxf.swagger2.guava.version>27.0-jre</cxf.swagger2.guava.version>