This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 410728df7c306a759afb74e51c609ccac86920b5 Author: Andriy Redko <[email protected]> AuthorDate: Wed Oct 5 15:09:13 2022 -0400 Update Swagger UI to 4.14.2 (cherry picked from commit 0007353d751a67c94489a9f4649b00879b3db674) # Conflicts: # distribution/src/main/release/samples/pom.xml --- distribution/src/main/release/samples/pom.xml | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 673c9c442f..62690c34b6 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -35,7 +35,7 @@ <cxf.jetty9.version>9.4.49.v20220914</cxf.jetty9.version> <cxf.netty.version>4.1.82.Final</cxf.netty.version> <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version> - <cxf.swagger.ui.version>4.11.1</cxf.swagger.ui.version> + <cxf.swagger.ui.version>4.14.2</cxf.swagger.ui.version> <cxf.tika.version>2.5.0</cxf.tika.version> <cxf.tomcat.version>9.0.67</cxf.tomcat.version> <graalvm.version>21.1.0</graalvm.version> diff --git a/parent/pom.xml b/parent/pom.xml index 81fd26ce72..bfd7918c46 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -206,7 +206,7 @@ <cxf.spring.security.version>5.7.3</cxf.spring.security.version> <cxf.spring.version>5.3.23</cxf.spring.version> <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version> - <cxf.swagger.ui.version>4.14.0</cxf.swagger.ui.version> + <cxf.swagger.ui.version>4.14.2</cxf.swagger.ui.version> <cxf.swagger.v3.version>2.2.3</cxf.swagger.v3.version> <cxf.swagger2.version>1.6.7</cxf.swagger2.version> <cxf.swagger2.guava.version>31.0.1-jre</cxf.swagger2.guava.version>
