You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2020/07/22 19:19:07 UTC

[cxf] branch master updated: Update Swagger UI to 3.30.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 45ac631  Update Swagger UI to 3.30.0
45ac631 is described below

commit 45ac63164794165bb2fe8364cca5bfa71b8f096d
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Wed Jul 22 21:18:44 2020 +0200

    Update Swagger UI to 3.30.0
---
 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 80fe370..d19341e 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -34,7 +34,7 @@
         <spring.cloud.eureka.version>2.2.3.RELEASE</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.30.v20200611</cxf.jetty9.version>
         <cxf.httpcomponents.client.version>4.5.9</cxf.httpcomponents.client.version>
-        <cxf.swagger.ui.version>3.28.0</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>3.30.0</cxf.swagger.ui.version>
         <cxf.tika.version>1.24.1</cxf.tika.version>
         <cxf.tomcat.version>9.0.37</cxf.tomcat.version>
     </properties>
diff --git a/parent/pom.xml b/parent/pom.xml
index 3cb79ab..242fb69 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -197,7 +197,7 @@
         <cxf.spring.security.version>5.3.3.RELEASE</cxf.spring.security.version>
         <cxf.spring.version>5.2.8.RELEASE</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
-        <cxf.swagger.ui.version>3.25.5</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>3.30.0</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.1.3</cxf.swagger.v3.version>
         <cxf.swagger2.version>1.6.2</cxf.swagger2.version>
         <cxf.swagger2.guava.version>27.0-jre</cxf.swagger2.guava.version>