From 03424bd47f4dcea6d84ab39838acc1c35bb444cc Mon Sep 17 00:00:00 2001 From: srosse <stephane.rosse@frentix.com> Date: Fri, 19 Jun 2020 10:56:41 +0200 Subject: [PATCH] OO-4750: update of spring framework to version 5.2.7 This version fix an issue with the annotations metadata cache for autowiring --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0d1feb20cb1..e02ccbe2bf9 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <targetJdk>1.8</targetJdk> - <org.springframework.version>5.2.2.RELEASE</org.springframework.version> + <org.springframework.version>5.2.7.RELEASE</org.springframework.version> <org.hibernate.version>5.4.10.Final</org.hibernate.version> <apache.cxf>3.3.4</apache.cxf> <apache.pdfbox>2.0.18</apache.pdfbox> -- GitLab