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 2018/09/27 10:59:15 UTC

[cxf] branch master updated: update swagger-ui to latest version

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 35fd40f  update swagger-ui to latest version
35fd40f is described below

commit 35fd40f5b5e043f0044dce9286a9ce922bc30d2c
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Thu Sep 27 12:59:02 2018 +0200

    update swagger-ui to latest version
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d879f42..106d02e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -166,7 +166,7 @@
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.swagger2.version>1.5.17</cxf.swagger2.version><!-- updating to 1.5.18 will cause systest failures -->
         <cxf.swagger.v3.version>2.0.0</cxf.swagger.v3.version>
-        <cxf.swagger.ui.version>3.17.6</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>3.19.0</cxf.swagger.ui.version>
         <cxf.tomcat.version>8.0.53</cxf.tomcat.version>
         <cxf.velocity.version>2.0</cxf.velocity.version>
         <cxf.woodstox.core.version>5.1.0</cxf.woodstox.core.version>