Repository: cxf Updated Branches: refs/heads/master 1dc79d9d5 -> 233faaeb0
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/233faaeb Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/233faaeb Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/233faaeb Branch: refs/heads/master Commit: 233faaeb0bcc4b76a36e9266c1b0bd31adb253c5 Parents: 1dc79d9 Author: Dennis Kieselhorst <[email protected]> Authored: Thu Aug 17 08:29:24 2017 +0200 Committer: Dennis Kieselhorst <[email protected]> Committed: Thu Aug 17 08:29:24 2017 +0200 ---------------------------------------------------------------------- .../src/main/release/samples/jax_rs/description_swagger2/pom.xml | 2 +- .../release/samples/jax_rs/spring_boot_scan/application/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/233faaeb/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 8cfeb2b..265ec86 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.4</version> + <version>3.1.5</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/233faaeb/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 702c08d..42e801c 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.4</version> + <version>3.1.5</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId>
