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 f83bb6c update Swagger-UI version
f83bb6c is described below
commit f83bb6cc6fbe22f031d46f931b8d3e655ec776d8
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Thu Jun 7 09:20:05 2018 +0200
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 6403fc3..d662d57 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.13.6</version>
+ <version>3.17.0</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 54737c5..16a953f 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.13.6</version>
+ <version>3.17.0</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 76dd459..1c72148 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.13.3</version>
+ <version>3.17.0</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 283bf31..fd9ea05 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.13.3</version>
+ <version>3.17.0</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 61d8c4d..ab7dd07 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.13.6</version>
+ <version>3.17.0</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 e894bb1..e258825 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.13.6</version>
+ <version>3.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 0ad9254..0d1d61b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -162,7 +162,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.13.3</cxf.swagger.ui.version>
+ <cxf.swagger.ui.version>3.17.0</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
[email protected].