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/17 00:20:43 UTC

[cxf] branch main updated: Revert "Update Spring Framework to 6.0.0" (not compatible with Spring Boot 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 dd4c06bd2d Revert "Update Spring Framework to 6.0.0" (not compatible with Spring Boot 3.0.0-RC2)
dd4c06bd2d is described below

commit dd4c06bd2dffc77aa3f6a0e4ecd62e05803354e5
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Nov 16 19:19:04 2022 -0500

    Revert "Update Spring Framework to 6.0.0" (not compatible with Spring Boot 3.0.0-RC2)
    
    This reverts commit f2ad3c15f9ed98cdbc7cb2abdaa0afda13faae24.
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c9d0000afb..894c7e583f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -185,7 +185,7 @@
         <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>
-        <cxf.spring.version>6.0.0</cxf.spring.version>
+        <cxf.spring.version>6.0.0-RC4</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
         <cxf.swagger.ui.version>4.15.0</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.2.7</cxf.swagger.v3.version>