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

commit 49b98606890780cbf66dc8e01d0f889249f1f31e
Author: Dennis Kieselhorst <m...@dekies.de>
AuthorDate: Sun Feb 4 15:30:15 2018 +0100

    update swagger-ui to latest version
---
 .../src/main/release/samples/jax_rs/description_openapi_v3/pom.xml    | 2 +-
 .../src/main/release/samples/jax_rs/description_swagger2/pom.xml      | 2 +-
 distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml      | 2 +-
 .../main/release/samples/jax_rs/spring_boot_scan/application/pom.xml  | 2 +-
 parent/pom.xml                                                        | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/distribution/src/main/release/samples/jax_rs/description_openapi_v3/pom.xml 
b/distribution/src/main/release/samples/jax_rs/description_openapi_v3/pom.xml
index 0329137..52dd67b 100644
--- 
a/distribution/src/main/release/samples/jax_rs/description_openapi_v3/pom.xml
+++ 
b/distribution/src/main/release/samples/jax_rs/description_openapi_v3/pom.xml
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.webjars</groupId>
             <artifactId>swagger-ui</artifactId>
-            <version>3.9.0</version>
+            <version>3.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
diff --git 
a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml 
b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
index 36a1c28..dad4e5a 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.webjars</groupId>
             <artifactId>swagger-ui</artifactId>
-            <version>3.6.1</version>
+            <version>3.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml 
b/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
index 28b1537..3111011 100644
--- a/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.webjars</groupId>
             <artifactId>swagger-ui</artifactId>
-            <version>3.6.1</version>
+            <version>3.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
diff --git 
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
 
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
index e1dd7e9..4f8804f 100644
--- 
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
+++ 
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
@@ -31,7 +31,7 @@
         <dependency>
             <groupId>org.webjars</groupId>
             <artifactId>swagger-ui</artifactId>
-            <version>3.6.1</version>
+            <version>3.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 5df03ad..ea0e37a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -159,9 +159,9 @@
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
         <cxf.spring.ldap.version>2.3.2.RELEASE</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
-        <cxf.swagger2.version>1.5.17</cxf.swagger2.version>
+        <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-rc4</cxf.swagger.v3.version>
-        <cxf.swagger.ui.version>3.9.2</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>3.9.3</cxf.swagger.ui.version>
         <cxf.velocity.version>2.0</cxf.velocity.version>
         <cxf.woodstox.core.version>5.0.3</cxf.woodstox.core.version>
         <cxf.woodstox.stax2-api.version>3.1.4</cxf.woodstox.stax2-api.version>

-- 
To stop receiving notification emails like this one, please contact
d...@apache.org.

Reply via email to