You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2022/04/01 18:54:06 UTC

[wicket] branch wicket-9.x updated: Spring version bumped to 5.3.18

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

adelbene pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-9.x by this push:
     new eebcf61  Spring version bumped to 5.3.18
eebcf61 is described below

commit eebcf6190d1ef923a56182b0068872d10c777899
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Fri Apr 1 20:52:43 2022 +0200

    Spring version bumped to 5.3.18
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6282bcc..3fd1607 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,7 @@
 		<objenesis.version>3.2</objenesis.version>
 		<openjson.version>1.0.12</openjson.version>
 		<slf4j.version>2.0.0-alpha5</slf4j.version>
-		<spring.version>5.3.15</spring.version>
+		<spring.version>5.3.18</spring.version>
 		<wagon-ssh-external.version>3.4.3</wagon-ssh-external.version>
 		<weld.version>3.1.7.Final</weld.version>
 		<velocity-engine-core.version>2.3</velocity-engine-core.version>