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/11/11 12:55:04 UTC

[cxf] branch main updated: Update Spring Boot to 3.0.0-RC2

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 549bae9e69 Update Spring Boot to 3.0.0-RC2
549bae9e69 is described below

commit 549bae9e692f84ccc1a2a6170fc9bdab2c7fc882
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Nov 11 07:54:51 2022 -0500

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 1c2431c059..f2440d8c91 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -181,7 +181,7 @@
         <cxf.slf4j.version>2.0.3</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.33</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>3.0.0-RC1</cxf.spring.boot.version>
+        <cxf.spring.boot.version>3.0.0-RC2</cxf.spring.boot.version>
         <cxf.spring.ldap.version>3.0.0-RC1</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.security.version>6.0.0-RC2</cxf.spring.security.version>