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/04/11 06:42:57 UTC

[syncope] 02/02: Upgrading Wicket

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

commit f83114b7dd9e7b91fed783cb105696ea42c002bb
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 11 08:42:46 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index e3a3ec451b..3037441677 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,8 +465,8 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
 
-    <wicket.version>9.9.0</wicket.version>
-    <wicketstuff.version>9.8.0</wicketstuff.version>
+    <wicket.version>9.9.1</wicket.version>
+    <wicketstuff.version>9.9.0</wicketstuff.version>
     <wicket-jqueryui.version>9.8.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>5.0.6</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.1.6</wicket-spring-boot.version>