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


The following commit(s) were added to refs/heads/master by this push:
     new 9d97e0d  CXF-8165: Upgrade to Spring Framework 5.2.x and Spring 
Security 5.2.x
9d97e0d is described below

commit 9d97e0d5b7f4e0ed3ebf531b389b38f6f3c111ed
Author: Dennis Kieselhorst <d...@apache.org>
AuthorDate: Sun Dec 22 20:53:01 2019 +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 1dda5d8..1187c02 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>

Reply via email to