Repository: cxf Updated Branches: refs/heads/master 171dc6c8c -> 3fb52c3e6
update Swagger-UI version Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/3fb52c3e Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/3fb52c3e Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/3fb52c3e Branch: refs/heads/master Commit: 3fb52c3e62aedf17b99034137033ec95c4a598a0 Parents: 171dc6c Author: Dennis Kieselhorst <[email protected]> Authored: Sat Sep 2 08:07:50 2017 +0200 Committer: Dennis Kieselhorst <[email protected]> Committed: Sat Sep 2 08:07:50 2017 +0200 ---------------------------------------------------------------------- .../src/main/release/samples/jax_rs/description_swagger2/pom.xml | 2 +- distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml | 2 +- .../release/samples/jax_rs/spring_boot_scan/application/pom.xml | 2 +- parent/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/3fb52c3e/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml ---------------------------------------------------------------------- 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 fee9f04..0de39d7 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.1.6</version> + <version>3.1.7</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/3fb52c3e/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml ---------------------------------------------------------------------- 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 fb2a69e..e29cb71 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 @@ -33,7 +33,7 @@ <dependency> <groupId>org.webjars</groupId> <artifactId>swagger-ui</artifactId> - <version>2.2.10-1</version> + <version>3.1.7</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/3fb52c3e/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml ---------------------------------------------------------------------- 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 efe0812..7f179f9 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 @@ -32,7 +32,7 @@ <dependency> <groupId>org.webjars</groupId> <artifactId>swagger-ui</artifactId> - <version>3.1.6</version> + <version>3.1.7</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/3fb52c3e/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index fde9818..cc764d1 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -158,7 +158,7 @@ <cxf.spring.ldap.version>2.3.1.RELEASE</cxf.spring.ldap.version> <cxf.spring.mock>spring-test</cxf.spring.mock> <cxf.swagger2.version>1.5.16</cxf.swagger2.version> - <cxf.swagger.ui.version>3.0.21</cxf.swagger.ui.version> + <cxf.swagger.ui.version>3.1.7</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>
