You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2020/06/09 13:25:52 UTC

[wicket] branch master updated: Update Spring to 5.2.7

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

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bb4436  Update Spring to 5.2.7
3bb4436 is described below

commit 3bb44361fea074e6972762cd6eb23490fcb65823
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Jun 9 16:25:16 2020 +0300

    Update Spring to 5.2.7
    
    Update maven-war-plugin to 3.3.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18ac18e..99eb0a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
 		<objenesis.version>3.1</objenesis.version>
 		<openjson.version>1.0.12</openjson.version>
 		<slf4j.version>1.7.25</slf4j.version>
-		<spring.version>5.2.5.RELEASE</spring.version>
+		<spring.version>5.2.7.RELEASE</spring.version>
 		<wagon-ssh-external.version>3.3.4</wagon-ssh-external.version>
 		<weld.version>3.1.4.Final</weld.version>
 		<velocity-engine-core.version>2.2</velocity-engine-core.version>
@@ -192,7 +192,7 @@
 		<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
 		<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
 		<maven-toolchains-plugin.version>3.0.0</maven-toolchains-plugin.version>
-		<maven-war-plugin.version>3.2.3</maven-war-plugin.version>
+		<maven-war-plugin.version>3.3.0</maven-war-plugin.version>
 		<yuicompressor-maven-plugin.version>1.5.1</yuicompressor-maven-plugin.version>
 
 		<automatic-module-name>MUST-BE-OVERRIDDEN-BY-MODULES</automatic-module-name>