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/11/20 13:52:46 UTC

[syncope] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new 7eee06e  Upgrading Wicket
7eee06e is described below

commit 7eee06e9ab9f5e6f9cf46c639f35c418ff6b93d9
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Nov 20 14:52:27 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 5f5f526..1351691 100644
--- a/pom.xml
+++ b/pom.xml
@@ -471,7 +471,7 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
 
-    <wicket.version>9.1.0</wicket.version>
+    <wicket.version>9.2.0</wicket.version>
     <wicket-jqueryui.version>9.1.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>5.0.2</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.0.4</wicket-spring-boot.version>