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/06/10 22:25:32 UTC

[cxf] branch 3.4.x-fixes updated: Update Spring Boot to 2.3.12.RELEASE

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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 523d6cc  Update Spring Boot to 2.3.12.RELEASE
523d6cc is described below

commit 523d6cc11b0e0d50d9b889bed09091d15c2e070a
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Jun 10 18:19:06 2021 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 9333fc0..80d06a2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -194,7 +194,7 @@
         <cxf.slf4j.version>1.7.30</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.26</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>2.3.11.RELEASE</cxf.spring.boot.version>
+        <cxf.spring.boot.version>2.3.12.RELEASE</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>