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 2021/10/01 10:14:56 UTC

[syncope] 01/02: Upgrading Swagger

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 00df5ad54c7ddf2627c88bcc6a2010a89c94cd11
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Sep 30 07:59:02 2021 +0200

    Upgrading Swagger
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1eb83dc..fbe433f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -455,7 +455,7 @@ under the License.
 
     <h2.version>1.4.200</h2.version>
 
-    <swagger-core.version>2.1.10</swagger-core.version>
+    <swagger-core.version>2.1.11</swagger-core.version>
     <swagger-ui.version>3.52.1</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
@@ -2565,7 +2565,7 @@ under the License.
             <link>https://docs.spring.io/spring-security/site/docs/current/api/</link>
             <link>http://www.flowable.org/docs/javadocs/</link>
             <link>https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/4.1.1/apidocs/</link>
-            <link>http://docs.swagger.io/swagger-core/v2.1.10/apidocs/</link>
+            <link>http://docs.swagger.io/swagger-core/v2.1.11/apidocs/</link>
           </links>
         </configuration>
         <reportSets>