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/10/14 07:19:21 UTC

[syncope] 01/02: Upgrading Wicket Bootstrap

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 8789b555d2759e27de58ffd7c83257d08241e8cd
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Oct 14 09:18:41 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index e8f2b03..8b98b2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -473,7 +473,7 @@ under the License.
 
     <wicket.version>9.1.0</wicket.version>
     <wicket-jqueryui.version>9.0.0</wicket-jqueryui.version>
-    <wicket-bootstrap.version>5.0.1</wicket-bootstrap.version>
+    <wicket-bootstrap.version>5.0.2</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.0.4</wicket-spring-boot.version>
 
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>