This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 7b12b62 Switch to spring 5.2
7b12b62 is described below
commit 7b12b62d913dd708bdfe7f1da1369cb22b307c64
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Jun 27 20:52:24 2020 +0200
Switch to spring 5.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 93b0079..91ba01e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
<jetty.version>9.4.14.v20181114</jetty.version>
<slf4j.version>1.7.28</slf4j.version>
<log4j.version>2.12.1</log4j.version>
- <spring.version>4.3.10.RELEASE</spring.version>
+ <spring.version>5.2.7.RELEASE</spring.version>
<ehcache.version>2.10.6</ehcache.version>
<hsqldb.version>2.5.0</hsqldb.version>