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 2022/09/23 00:33:18 UTC

[cxf] branch 3.5.x-fixes updated: Update Spring Boot to 2.6.12

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


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new b5ff2d8eb9 Update Spring Boot to 2.6.12
b5ff2d8eb9 is described below

commit b5ff2d8eb91ab76381157934cf574f13c9a5e3a2
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Sep 22 20:33:05 2022 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index b85c4edc99..7c6d9d1bf2 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.32</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>2.6.11</cxf.spring.boot.version>
+        <cxf.spring.boot.version>2.6.12</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>