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/02/19 07:37:54 UTC

[syncope] branch master updated: Upgrading Swagger Core and UI

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


The following commit(s) were added to refs/heads/master by this push:
     new 5f38206  Upgrading Swagger Core and UI
5f38206 is described below

commit 5f382061c55b327e56143e3ed940d04f619fb7b1
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Feb 19 08:12:06 2019 +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 6271f89..6b7925a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,8 +442,8 @@ under the License.
     <connid.location>file:${bundles.directory}/</connid.location>
     <log.directory>${project.build.directory}/log</log.directory>
 
-    <swagger-core.version>2.0.6</swagger-core.version>    
-    <swagger-ui.version>3.20.5</swagger-ui.version>
+    <swagger-core.version>2.0.7</swagger-core.version>    
+    <swagger-ui.version>3.20.8</swagger-ui.version>
     <guava.version>20.0</guava.version>
 
     <jquery.version>3.3.1-1</jquery.version>