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/10/11 08:10:28 UTC

[syncope] branch master updated: Upgrading 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 d40aed1  Upgrading Wicket jQueryUI
d40aed1 is described below

commit d40aed123702f2a9b72d5446edc53e63acaae4c1
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Oct 11 10:10:18 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index d1814b1..efb5c7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -472,7 +472,7 @@ under the License.
 
     <wicket.version>9.5.0</wicket.version>
     <wicketstuff.version>9.5.0</wicketstuff.version>
-    <wicket-jqueryui.version>9.3.2</wicket-jqueryui.version>
+    <wicket-jqueryui.version>9.5.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>5.0.5</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.0.4</wicket-spring-boot.version>