You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/11/29 14:53:11 UTC

[cxf] branch master updated: Update to Spring Boot 2.6.1

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

reta 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 cd5a10c  Update to Spring Boot 2.6.1
cd5a10c is described below

commit cd5a10c84dc5f37ee724e8e5015ed4b44a4463c8
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Nov 29 09:52:43 2021 -0500

    Update to Spring Boot 2.6.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e146232..d0986a3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -195,7 +195,7 @@
         <cxf.slf4j.version>1.7.32</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.29</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>2.6.0</cxf.spring.boot.version>
+        <cxf.spring.boot.version>2.6.1</cxf.spring.boot.version>
         <cxf.spring.ldap.version>2.3.4.RELEASE</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>