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 2023/06/14 22:45:41 UTC

[cxf] 04/04: Bump swagger-ui from 4.19.0 to 5.0.0 (#1304)

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 b917c4635abc4d4a06cc7ce771a94ebd94c9d794
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 14 10:45:01 2023 -0400

    Bump swagger-ui from 4.19.0 to 5.0.0 (#1304)
    
    Bumps [swagger-ui](https://github.com/webjars/swagger-ui) from 4.19.0 to 5.0.0.
    - [Commits](https://github.com/webjars/swagger-ui/compare/swagger-ui-4.19.0...swagger-ui-5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.webjars:swagger-ui
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 5b32acd30d..21f715f161 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -35,7 +35,7 @@
         <cxf.jetty10.version>10.0.15</cxf.jetty10.version>
         <cxf.netty.version>4.1.93.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.14</cxf.httpcomponents.client.version>
-        <cxf.swagger.ui.version>4.19.0</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>5.0.0</cxf.swagger.ui.version>
         <cxf.tika.version>2.7.0</cxf.tika.version>
         <cxf.tomcat.version>9.0.75</cxf.tomcat.version>
         <cxf.lucene.version>9.6.0</cxf.lucene.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 4eeaf87567..bdda1b8727 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -209,7 +209,7 @@
         <cxf.spring.security.version>5.8.3</cxf.spring.security.version>
         <cxf.spring.version>5.3.27</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
-        <cxf.swagger.ui.version>4.19.0</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>5.0.0</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.2.12</cxf.swagger.v3.version>
         <cxf.swagger2.version>1.6.11</cxf.swagger2.version>
         <cxf.swagger2.guava.version>31.1-jre</cxf.swagger2.guava.version>