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/19 23:20:10 UTC

[cxf] branch main updated (82582a8930 -> 7dc87bce54)

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

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


    from 82582a8930 CXF-8698: Content-ID of attachments for outgoing requests are URL-decoded instead of URL-encoded (limiting decoding only to % encoded characters) (#993)
     new 2f5044e10a Update Spring Security to 6.0.0-M7
     new 7dc87bce54 Update Spring Framework to 6.0.0-M6

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] 02/02: Update Spring Framework to 6.0.0-M6

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

commit 7dc87bce5436a7aee3899c2bc67629cc56fc4623
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Sep 19 19:19:55 2022 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 55857cf02d..2c340f7853 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -207,7 +207,7 @@
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
         <cxf.spring.security.version>6.0.0-M7</cxf.spring.security.version>
-        <cxf.spring.version>6.0.0-M5</cxf.spring.version>
+        <cxf.spring.version>6.0.0-M6</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
         <cxf.swagger.ui.version>4.14.0</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.2.1</cxf.swagger.v3.version>


[cxf] 01/02: Update Spring Security to 6.0.0-M7

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

commit 2f5044e10a4487bd9abc6340bdc438df23cd8f1e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Sep 19 19:16:46 2022 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 95a473e149..55857cf02d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -206,7 +206,7 @@
         <cxf.spring.ldap.version>3.0.0-M2</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
-        <cxf.spring.security.version>6.0.0-M6</cxf.spring.security.version>
+        <cxf.spring.security.version>6.0.0-M7</cxf.spring.security.version>
         <cxf.spring.version>6.0.0-M5</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
         <cxf.swagger.ui.version>4.14.0</cxf.swagger.ui.version>