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/15 06:50:27 UTC

[syncope] branch 2_0_X updated: Upgrading Tomcat and Swagger UI

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

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


The following commit(s) were added to refs/heads/2_0_X by this push:
     new c5f363e  Upgrading Tomcat and Swagger UI
c5f363e is described below

commit c5f363ebfeea0501b1148391e78bba3ec6a2ad40
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 15 08:50:17 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 87b0cc9..87a1df8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,7 +449,7 @@ under the License.
     <flowable-modeler.directory>${project.build.directory}/flowable-modeler</flowable-modeler.directory>
 
     <swagger-core.version>1.5.17</swagger-core.version>    
-    <swagger-ui.version>3.20.9</swagger-ui.version>
+    <swagger-ui.version>3.22.0</swagger-ui.version>
     <guava.version>20.0</guava.version>
 
     <jquery.version>3.3.1-1</jquery.version>
@@ -523,7 +523,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>8.5.39</tomcat.version>
+    <tomcat.version>8.5.40</tomcat.version>
 
     <nodejs.version>v8.11.4</nodejs.version>    
     <protractor.version>5.4.0</protractor.version>