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/09/03 13:41:00 UTC

[cxf] branch main updated: CXF-8756: Update to Swagger UI 4.14.0 (#995)

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 80cf0d301f CXF-8756: Update to Swagger UI 4.14.0 (#995)
80cf0d301f is described below

commit 80cf0d301fc3381b680538b0b4fae6c67efd4045
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Sep 3 09:34:04 2022 -0400

    CXF-8756: Update to Swagger UI 4.14.0 (#995)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ba3fa97533..a688fede41 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -209,7 +209,7 @@
         <cxf.spring.security.version>6.0.0-M6</cxf.spring.security.version>
         <cxf.spring.version>6.0.0-M5</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
-        <cxf.swagger.ui.version>4.11.1</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>4.14.0</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.2.1</cxf.swagger.v3.version>
         <cxf.swagger2.version>1.6.6</cxf.swagger2.version>
         <cxf.swagger2.guava.version>31.0.1-jre</cxf.swagger2.guava.version>