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/05/25 14:25:18 UTC

[syncope] 01/02: 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

commit ed0629260968c39312715ebf9642c4f97ad31176
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon May 25 16:12:02 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 6f5e338..4e99e56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -482,7 +482,7 @@ under the License.
     <chartjs.version>1.0.2</chartjs.version>
     
     <wicket.version>8.8.0</wicket.version>
-    <wicket-jqueryui.version>8.6.0</wicket-jqueryui.version>
+    <wicket-jqueryui.version>8.8.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>2.0.13</wicket-bootstrap.version>
 
     <angular.version>1.7.5</angular.version>