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 2018/11/21 14:02:41 UTC

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


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

commit 570552fa868a66ab5d33ea402fed09cb1d14013c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Nov 21 15:02:17 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index afe4a54..74671ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,7 +464,7 @@ under the License.
     
     <wicket.version>8.2.0</wicket.version>
     <wicket-jqueryui.version>8.1.0</wicket-jqueryui.version>
-    <wicket-bootstrap.version>2.0.4</wicket-bootstrap.version>
+    <wicket-bootstrap.version>2.0.6</wicket-bootstrap.version>
 
     <angular.version>1.7.5</angular.version>
     <angular-resource.version>1.7.0</angular-resource.version>