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 2022/09/26 07:02:59 UTC

[syncope] branch 2_1_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_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 d58e1c6565 Upgrading Wicket jQuery UI
d58e1c6565 is described below

commit d58e1c65651e53f2e41eae0e3019e6d56a1cdcdd
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Sep 26 09:02:09 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 025687c2cb..74f3e2b56d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@ under the License.
     <chartjs.version>1.0.2</chartjs.version>
     
     <wicket.version>8.14.0</wicket.version>
-    <wicket-jqueryui.version>8.13.0</wicket-jqueryui.version>
+    <wicket-jqueryui.version>8.14.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>2.0.15</wicket-bootstrap.version>
 
     <angular.version>1.7.5</angular.version>