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 d076d4494d96d268a196d4d48602b36d7086680d Author: Dennis Kieselhorst <[email protected]> AuthorDate: Mon Dec 23 10:01:47 2019 +0100 Revert "CXF-8165: Upgrade to Spring Framework 5.2.x and Spring Security 5.2.x" This reverts commit 9d97e0d5 --- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 83d7a58..8d36712 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.2.1.RELEASE</cxf.spring.security.version> - <cxf.spring.version>5.2.2.RELEASE</cxf.spring.version> + <cxf.spring.security.version>5.1.7.RELEASE</cxf.spring.security.version> + <cxf.spring.version>5.1.12.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>
