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/09/09 08:00:08 UTC

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

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 74292e2  Upgrading Swagger UI and Wicket
74292e2 is described below

commit 74292e2283181e39fdcb2e376fc584eb11dd9218
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Sep 9 09:27:11 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 0b9d6d4..0a8b43b 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.23.5</swagger-ui.version>
+    <swagger-ui.version>3.23.8</swagger-ui.version>
     <guava.version>20.0</guava.version>
 
     <jquery.version>3.3.1-1</jquery.version>
@@ -470,7 +470,7 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
     
-    <wicket.version>7.14.0</wicket.version>
+    <wicket.version>7.15.0</wicket.version>
     <wicket-jqueryui.version>7.10.2</wicket-jqueryui.version>
     <wicket-bootstrap.version>0.10.18</wicket-bootstrap.version>