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/20 15:02:36 UTC

[cxf] branch main updated: Update Swagger UI to 4.15.5

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 f756c887ff Update Swagger UI to 4.15.5
f756c887ff is described below

commit f756c887ffd822f416d530a780d7c03f612b44b8
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 20 10:02:21 2022 -0500

    Update Swagger UI to 4.15.5
---
 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 6943507294..df0cafaf9d 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -35,7 +35,7 @@
         <cxf.jetty11.version>11.0.12</cxf.jetty11.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.15.0</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>4.15.5</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>
diff --git a/parent/pom.xml b/parent/pom.xml
index 02f85349cf..b87f28d033 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -187,7 +187,7 @@
         <cxf.spring.security.version>6.0.0-RC2</cxf.spring.security.version>
         <cxf.spring.version>6.0.0-RC4</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
-        <cxf.swagger.ui.version>4.15.0</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>4.15.5</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.2.7</cxf.swagger.v3.version>
         <cxf.tika.version>2.5.0</cxf.tika.version>
         <cxf.tomcat.version>10.1.1</cxf.tomcat.version>