You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2020/01/10 08:07:32 UTC

[cxf] 01/03: CXF-8165: Upgrade to Spring Framework 5.2.x and Spring Security 5.2.x

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

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

commit 214e375e1a3771ece687294c4313da0641bea99b
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Fri Jan 10 08:31:03 2020 +0100

    CXF-8165: Upgrade to Spring Framework 5.2.x and Spring Security 5.2.x
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 364a370..2472979 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -196,8 +196,8 @@
         <cxf.spring.ldap.version>2.3.2.RELEASE</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
-        <cxf.spring.security.version>5.1.7.RELEASE</cxf.spring.security.version>
-        <cxf.spring.version>5.1.12.RELEASE</cxf.spring.version>
+        <cxf.spring.security.version>5.2.1.RELEASE</cxf.spring.security.version>
+        <cxf.spring.version>5.2.2.RELEASE</cxf.spring.version>
         <cxf.stax-ex.version>1.7.6</cxf.stax-ex.version>
         <cxf.swagger.ui.version>3.24.3</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.0.10</cxf.swagger.v3.version>