You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/06/09 10:30:48 UTC

[cxf] branch master updated (b8e2419 -> 147d415)

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

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


    from b8e2419  Merge pull request #676 from andymc12/followRedirects
     new ebd32d5  Updating Tomcat to 9.0.36
     new 147d415  Updating Spring to 5.2.7

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:
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


[cxf] 01/02: Updating Tomcat to 9.0.36

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ebd32d5301aeb630ae78dc6d488e81f2916e2660
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jun 9 10:30:48 2020 +0100

    Updating Tomcat to 9.0.36
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index d9b056c..ee03884 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -36,7 +36,7 @@
         <cxf.httpcomponents.client.version>4.5.8</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.25.3</cxf.swagger.ui.version>
         <cxf.tika.version>1.24.1</cxf.tika.version>
-        <cxf.tomcat.version>9.0.35</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.36</cxf.tomcat.version>
     </properties>
     <dependencies>
         <dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 293954f..f6a40bc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -202,7 +202,7 @@
         <cxf.swagger2.version>1.6.1</cxf.swagger2.version>
         <cxf.swagger2.guava.version>27.0-jre</cxf.swagger2.guava.version>
         <cxf.tika.version>1.24.1</cxf.tika.version>
-        <cxf.tomcat.version>9.0.35</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.36</cxf.tomcat.version>
         <cxf.tomitribe.http.signature.version>1.3</cxf.tomitribe.http.signature.version>
         <cxf.undertow.osgi.version>[1.4,3.0)</cxf.undertow.osgi.version>
         <cxf.undertow.version>2.0.30.Final</cxf.undertow.version>


[cxf] 02/02: Updating Spring to 5.2.7

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 147d415632809aa68a6a9afd3198b8467f5629b2
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jun 9 10:31:35 2020 +0100

    Updating Spring to 5.2.7
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f6a40bc..25f7278 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -195,7 +195,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.3.3.RELEASE</cxf.spring.security.version>
-        <cxf.spring.version>5.2.6.RELEASE</cxf.spring.version>
+        <cxf.spring.version>5.2.7.RELEASE</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
         <cxf.swagger.ui.version>3.25.5</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.1.2</cxf.swagger.v3.version>