This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 4230845  Upgrading Spring Security and Wicket Bootstrap
4230845 is described below

commit 4230845743909af7af8191b38b64e42ced1d2c6b
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Thu Apr 2 19:01:11 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 182ce50..ebf9856 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
     <jackson.version>2.10.3</jackson.version>
 
     <spring.version>5.1.14.RELEASE</spring.version>
-    <spring-security.version>5.1.8.RELEASE</spring-security.version>
+    <spring-security.version>5.1.9.RELEASE</spring-security.version>
 
     <openjpa.version>3.1.1</openjpa.version>
     <hikaricp.version>3.4.2</hikaricp.version>
@@ -483,7 +483,7 @@ under the License.
     
     <wicket.version>8.7.0</wicket.version>
     <wicket-jqueryui.version>8.6.0</wicket-jqueryui.version>
-    <wicket-bootstrap.version>2.0.12</wicket-bootstrap.version>
+    <wicket-bootstrap.version>2.0.13</wicket-bootstrap.version>
 
     <angular.version>1.7.5</angular.version>
     <angular-resource.version>1.7.0</angular-resource.version>

Reply via email to