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/03/31 15:08:22 UTC

[cxf] branch 3.5.x-fixes updated (20f71f1 -> 5b7a1e3)

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

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


    from 20f71f1  Update SwaggerUI to 4.8.1 (#928)
     new 4970a92  Update Spring Framework to 5.3.18
     new 5b7a1e3  Update Spring Boot to 2.6.6

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[cxf] 01/02: Update Spring Framework to 5.3.18

Posted by re...@apache.org.
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

commit 4970a92dad29252e601959df6128c33d1bebf375
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Mar 31 11:01:26 2022 -0400

    Update Spring Framework to 5.3.18
    
    (cherry picked from commit a61fe8e437141109d6a082e9c992b96fd791e51c)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b986e32..53ab5fa 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -205,7 +205,7 @@
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
         <cxf.spring.security.version>5.6.2</cxf.spring.security.version>
-        <cxf.spring.version>5.3.17</cxf.spring.version>
+        <cxf.spring.version>5.3.18</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
         <cxf.swagger.ui.version>4.8.1</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.1.13</cxf.swagger.v3.version>

[cxf] 02/02: Update Spring Boot to 2.6.6

Posted by re...@apache.org.
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

commit 5b7a1e33e54a33fb5a060e7f5a5ed9727e06f13e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Mar 31 11:01:47 2022 -0400

    Update Spring Boot to 2.6.6
    
    (cherry picked from commit 10e3657cade8da892002e6bf2c783e43391733c4)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 53ab5fa..6e9fff2 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.30</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>2.6.5</cxf.spring.boot.version>
+        <cxf.spring.boot.version>2.6.6</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>