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/03/19 14:07:10 UTC

[syncope] branch 2_1_X updated: Upgrading Wicket-jQueryUI and Tomcat

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 ede5be9  Upgrading Wicket-jQueryUI and Tomcat
ede5be9 is described below

commit ede5be916f222c1d7bd55fc38d60e0ce3ca8ef0a
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Mar 19 14:52:27 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 480ccfb..2768be6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -466,7 +466,7 @@ under the License.
     <chartjs.version>1.0.2</chartjs.version>
     
     <wicket.version>8.3.0</wicket.version>
-    <wicket-jqueryui.version>8.1.0</wicket-jqueryui.version>
+    <wicket-jqueryui.version>8.3.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>2.0.7</wicket-bootstrap.version>
 
     <angular.version>1.7.5</angular.version>
@@ -518,7 +518,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>9.0.16</tomcat.version>
+    <tomcat.version>9.0.17</tomcat.version>
 
     <nodejs.version>v8.11.4</nodejs.version>    
     <protractor.version>5.4.0</protractor.version>