You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/06/20 06:16:27 UTC

[syncope] 01/02: Upgrading Swagger Core

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 0c241a561cc4b0612ca41a4f5e6ac273a63c281c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Jun 17 11:33:27 2022 +0200

    Upgrading Swagger Core
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ee51cd18cc..372ad9b3fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -453,7 +453,7 @@ under the License.
 
     <h2.version>2.1.214</h2.version>
 
-    <swagger-core.version>2.1.13</swagger-core.version>
+    <swagger-core.version>2.2.1</swagger-core.version>
     <swagger-ui.version>4.11.1</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>