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 2019/04/29 07:13:15 UTC

[syncope] branch master updated: Upgrading wicket-bootstrap and wicket-spring-boot

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 de75ac3  Upgrading wicket-bootstrap and wicket-spring-boot
de75ac3 is described below

commit de75ac3e3a32c1eb25376a48783ded4edf8f8229
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 29 08:17:21 2019 +0200

    Upgrading wicket-bootstrap and wicket-spring-boot
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e9788b5..09062a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -466,8 +466,8 @@ under the License.
     
     <wicket.version>8.4.0</wicket.version>
     <wicket-jqueryui.version>8.3.0</wicket-jqueryui.version>
-    <wicket-bootstrap.version>2.0.8</wicket-bootstrap.version>
-    <wicket-spring-boot.version>2.1.5</wicket-spring-boot.version>
+    <wicket-bootstrap.version>2.0.9</wicket-bootstrap.version>
+    <wicket-spring-boot.version>2.1.6</wicket-spring-boot.version>
 
     <angular.version>1.7.5</angular.version>
     <angular-resource.version>1.7.0</angular-resource.version>