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 3354fb2 update Swagger-UI version
3354fb2 is described below
commit 3354fb233a592a05ed584d913128972636fb3864
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Mon Feb 25 20:39:18 2019 +0100
update Swagger-UI version
---
.../src/main/release/samples/jax_rs/description_openapi_v3/pom.xml | 2 +-
.../src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml | 2 +-
.../src/main/release/samples/jax_rs/description_swagger2/pom.xml | 2 +-
.../src/main/release/samples/jax_rs/description_swagger2_web/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 | 2 +-
7 files changed, 7 insertions(+), 7 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 a331ba8..0528b79 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.20.5</version>
+ <version>3.20.9</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
diff --git
a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml
b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml
index 8a74ea4..f0319a5 100644
---
a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml
+++
b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml
@@ -56,7 +56,7 @@ under the License.
<dependency>
<groupId>org.webjars</groupId>
<artifactId>swagger-ui</artifactId>
- <version>3.20.5</version>
+ <version>3.20.9</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 ec5d6a8..41cd3b5 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.20.5</version>
+ <version>3.20.9</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
diff --git
a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
index 9c9a0fa..2cfcf67 100644
---
a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
+++
b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
@@ -56,7 +56,7 @@ under the License.
<dependency>
<groupId>org.webjars</groupId>
<artifactId>swagger-ui</artifactId>
- <version>3.20.5</version>
+ <version>3.20.9</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 e11e502..33664f0 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
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>swagger-ui</artifactId>
- <version>3.20.5</version>
+ <version>3.20.9</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 6a3baa8..ef46b8a 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
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>swagger-ui</artifactId>
- <version>3.20.5</version>
+ <version>3.20.9</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index e45c050..842c9b7 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.21</cxf.swagger2.version>
<cxf.swagger.v3.version>2.0.6</cxf.swagger.v3.version>
- <cxf.swagger.ui.version>3.20.5</cxf.swagger.ui.version>
+ <cxf.swagger.ui.version>3.20.9</cxf.swagger.ui.version>
<cxf.tomcat.version>8.5.37</cxf.tomcat.version>
<cxf.tomitribe.http.signature.version>1.1</cxf.tomitribe.http.signature.version>
<cxf.velocity.version>2.0</cxf.velocity.version>