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 4fe5007 update Swagger-UI version
4fe5007 is described below
commit 4fe500756ea2c6947579f44c3bb096783e9c1513
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Sun Dec 22 19:18:07 2019 +0100
update Swagger-UI version
---
.../src/main/release/samples/jax_rs/description_openapi_v3/pom.xml | 2 +-
.../main/release/samples/jax_rs/description_openapi_v3_osgi/README.txt | 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 +-
.../main/release/samples/jax_rs/description_swagger2_osgi/README.txt | 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 +-
9 files changed, 9 insertions(+), 9 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 892efe6..160f408 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.23.0</version>
+ <version>3.24.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
diff --git
a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi/README.txt
b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi/README.txt
index 217c8bd..a557f78 100644
---
a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi/README.txt
+++
b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi/README.txt
@@ -48,7 +48,7 @@ for this demo bundle.
Optionally, you could install Swagger UI into Karaf OSGi container:
- install -s mvn:org.webjars/swagger-ui/3.23.0
+ install -s mvn:org.webjars/swagger-ui/3.24.3
Install this demo bundle (using the appropriate bundle version number)
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 37d36b5..d79a851 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.24.0</version>
+ <version>3.24.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 9d9488f..e3d8d4c 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.23.0</version>
+ <version>3.24.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
diff --git
a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt
b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt
index 61a04fb..0f37447 100644
---
a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt
+++
b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt
@@ -48,7 +48,7 @@ for this demo bundle.
Optionally, you could install Swagger UI into Karaf OSGi container:
- install -s mvn:org.webjars/swagger-ui/3.23.0
+ install -s mvn:org.webjars/swagger-ui/3.24.3
Install this demo bundle (using the appropriate bundle version number)
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 6b9e707..701f96e 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.24.0</version>
+ <version>3.24.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 7b78839..4d3abc6 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.23.0</version>
+ <version>3.24.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 4021fb9..1340fec 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.23.0</version>
+ <version>3.24.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index a00f89d..1dda5d8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -199,7 +199,7 @@
<cxf.spring.security.version>5.1.7.RELEASE</cxf.spring.security.version>
<cxf.spring.version>5.1.12.RELEASE</cxf.spring.version>
<cxf.stax-ex.version>1.7.6</cxf.stax-ex.version>
- <cxf.swagger.ui.version>3.24.0</cxf.swagger.ui.version>
+ <cxf.swagger.ui.version>3.24.3</cxf.swagger.ui.version>
<cxf.swagger.v3.version>2.0.10</cxf.swagger.v3.version>
<cxf.swagger2.version>1.5.24</cxf.swagger2.version>
<cxf.swagger2.guava.version>27.0-jre</cxf.swagger2.guava.version>