You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/06/17 19:51:01 UTC

[cxf] branch 3.6.x-fixes updated: Update to Swagger Core to 2.2.1 (#957)

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


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new 5b9788a6dd Update to Swagger Core to 2.2.1 (#957)
5b9788a6dd is described below

commit 5b9788a6dd477113da850f5eea48cde9064eac01
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Jun 17 15:50:55 2022 -0400

    Update to Swagger Core to 2.2.1 (#957)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 541d539ab4..8703d0ed51 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -207,7 +207,7 @@
         <cxf.spring.version>5.3.21</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
         <cxf.swagger.ui.version>4.11.1</cxf.swagger.ui.version>
-        <cxf.swagger.v3.version>2.1.13</cxf.swagger.v3.version>
+        <cxf.swagger.v3.version>2.2.1</cxf.swagger.v3.version>
         <cxf.swagger2.version>1.6.6</cxf.swagger2.version>
         <cxf.swagger2.guava.version>31.0.1-jre</cxf.swagger2.guava.version>
         <cxf.swagger2.guava.failureaccess.version>1.0.1</cxf.swagger2.guava.failureaccess.version>