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 2018/11/28 07:14:24 UTC

[syncope] branch 2_1_X updated: Upgrading Swagger Core and UI

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 e39bbfe  Upgrading Swagger Core and UI
e39bbfe is described below

commit e39bbfe1a9d947344f0f08738556146a761f482f
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Nov 28 08:14:05 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index dbf4105..ac492c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -440,8 +440,8 @@ under the License.
     <connid.location>file:${bundles.directory}/</connid.location>
     <log.directory>${project.build.directory}/log</log.directory>
 
-    <swagger-core.version>2.0.5</swagger-core.version>    
-    <swagger-ui.version>3.20.0</swagger-ui.version>
+    <swagger-core.version>2.0.6</swagger-core.version>    
+    <swagger-ui.version>3.20.1</swagger-ui.version>
     <guava.version>20.0</guava.version>
 
     <jquery.version>3.3.1-1</jquery.version>