This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.5.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 971e7d7fba98cf4aabd62477b9160aeebd5d261c Author: Andriy Redko <[email protected]> AuthorDate: Thu Apr 21 10:43:59 2022 -0400 Update Spring Boot to 2.6.7 (cherry picked from commit 6ab0ff74d5a2b74bbc66dd59cb911cbdf4356d01) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 6730a7b8c9..a18caaa979 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -200,7 +200,7 @@ <cxf.slf4j.version>1.7.36</cxf.slf4j.version> <cxf.snakeyaml.version>1.30</cxf.snakeyaml.version> <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version> - <cxf.spring.boot.version>2.6.6</cxf.spring.boot.version> + <cxf.spring.boot.version>2.6.7</cxf.spring.boot.version> <cxf.spring.ldap.version>2.3.6.RELEASE</cxf.spring.ldap.version> <cxf.spring.mock>spring-test</cxf.spring.mock> <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
