This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_0_X by this push:
new 54e1ecf Upgrading Spring and Wicket
54e1ecf is described below
commit 54e1ecfb5b8d07d306303be01b70dc08f6e4a236
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Jul 21 11:02:35 2020 +0200
Upgrading Spring and Wicket
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e9138a4..114aa3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,7 +393,7 @@ under the License.
<jackson.version>2.10.4</jackson.version>
- <spring.version>4.3.27.RELEASE</spring.version>
+ <spring.version>4.3.28.RELEASE</spring.version>
<spring-security.version>4.2.17.RELEASE</spring-security.version>
<openjpa.version>2.4.3</openjpa.version>
@@ -470,7 +470,7 @@ under the License.
<jsplumb.version>2.0.7</jsplumb.version>
<chartjs.version>1.0.2</chartjs.version>
- <wicket.version>7.16.0</wicket.version>
+ <wicket.version>7.17.0</wicket.version>
<wicket-jqueryui.version>7.10.2</wicket-jqueryui.version>
<wicket-bootstrap.version>0.10.18</wicket-bootstrap.version>