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 2021/04/26 07:04:11 UTC

[syncope] branch 2_0_X updated: Upgrading Wicket jQuery 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 ae27602  Upgrading Wicket jQuery UI
ae27602 is described below

commit ae276029545e6575f4c0166e3e9b522ef44f2f09
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 26 09:03:26 2021 +0200

    Upgrading Wicket jQuery UI
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b549590..03d6b01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -471,7 +471,7 @@ under the License.
     <chartjs.version>1.0.2</chartjs.version>
     
     <wicket.version>7.18.0</wicket.version>
-    <wicket-jqueryui.version>7.17.0</wicket-jqueryui.version>
+    <wicket-jqueryui.version>7.18.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>0.10.18</wicket-bootstrap.version>
 
     <angular.version>1.7.5</angular.version>