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 2020/07/15 12:36:39 UTC

[syncope] branch master updated: Upgrading Wicket and Wicket-jQueryUI

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 9b4db28  Upgrading Wicket and Wicket-jQueryUI
9b4db28 is described below

commit 9b4db284a40c4025bf111217f3a9effc778d0fc9
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Jul 15 14:36:27 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 59c4d21..fd0447e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -468,8 +468,8 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
 
-    <wicket.version>9.0.0-M5</wicket.version>
-    <wicket-jqueryui.version>9.0.0-M4</wicket-jqueryui.version>
+    <wicket.version>9.0.0</wicket.version>
+    <wicket-jqueryui.version>9.0.0-M5.1</wicket-jqueryui.version>
     <wicket-bootstrap.version>5.0.0-M2</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.0.3-RC</wicket-spring-boot.version>