This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 2290bbcec76c1a7aacaa609ca2c82375a6facd74 Author: Andriy Redko <[email protected]> AuthorDate: Fri Aug 25 08:07:55 2023 -0400 Update Spring Security to 5.8.6 --- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 86fdf3324b..5240441665 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -205,11 +205,11 @@ <cxf.slf4j.version>1.7.36</cxf.slf4j.version> <cxf.snakeyaml.version>2.1</cxf.snakeyaml.version> <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version> - <cxf.spring.boot.version>2.7.14</cxf.spring.boot.version> + <cxf.spring.boot.version>2.7.15</cxf.spring.boot.version> <cxf.spring.ldap.version>2.4.0</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.8.5</cxf.spring.security.version> + <cxf.spring.security.version>5.8.6</cxf.spring.security.version> <cxf.spring.version>5.3.29</cxf.spring.version> <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version> <cxf.swagger.ui.version>5.4.2</cxf.swagger.ui.version>
