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 2019/04/26 10:33:16 UTC

[syncope] branch 2_1_X updated: Upgrading Swagger

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

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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 2c06711  Upgrading Swagger
2c06711 is described below

commit 2c06711d55ebec783fd2f845ec26ec6bca1c176e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Apr 26 12:31:08 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 5e8ef2d..63e0769 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,7 +443,7 @@ under the License.
     <connid.location>file:${bundles.directory}/</connid.location>
     <log.directory>${project.build.directory}/log</log.directory>
 
-    <swagger-core.version>2.0.7</swagger-core.version>    
+    <swagger-core.version>2.0.8</swagger-core.version>    
     <swagger-ui.version>3.22.0</swagger-ui.version>
     <guava.version>20.0</guava.version>
 
@@ -2435,7 +2435,7 @@ under the License.
             <link>http://www.flowable.org/docs/javadocs/</link>
             <link>https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/3.3.0/apidocs/</link>
             <link>https://artifacts.elastic.co/javadoc/org/elasticsearch/elasticsearch/6.7.1/index.html</link>
-            <link>http://docs.swagger.io/swagger-core/v2.0.7/apidocs/</link>
+            <link>http://docs.swagger.io/swagger-core/v2.0.8/apidocs/</link>
           </links>
         </configuration>
         <reportSets>