You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2020/12/23 15:08:14 UTC

[cxf] branch master updated: Upgrade woodstox and httpcompontents version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7d163dd  Upgrade woodstox and httpcompontents version
7d163dd is described below

commit 7d163dd06edafe6f86707970f6e31d3d6d2d2cdb
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Wed Dec 23 10:07:44 2020 -0500

    Upgrade woodstox and httpcompontents version
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8e4d58d..d3d2197 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -126,7 +126,7 @@
         <cxf.httpcomponents.asyncclient.version>4.1.4</cxf.httpcomponents.asyncclient.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
-        <cxf.httpcomponents.core.version>4.4.13</cxf.httpcomponents.core.version>
+        <cxf.httpcomponents.core.version>4.4.14</cxf.httpcomponents.core.version>
         <cxf.jackson.version>2.11.4</cxf.jackson.version>
         <cxf.jackson.databind.version>2.11.4</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
@@ -219,7 +219,7 @@
         <cxf.validation.api.version>2.0.2</cxf.validation.api.version>
         <cxf.velocity.version>2.2</cxf.velocity.version>
         <cxf.wiremock.version>2.23.2</cxf.wiremock.version>
-        <cxf.woodstox.core.version>6.2.1</cxf.woodstox.core.version>
+        <cxf.woodstox.core.version>6.2.3</cxf.woodstox.core.version>
         <cxf.woodstox.stax2-api.version>4.2.1</cxf.woodstox.stax2-api.version>
         <cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version>
         <cxf.wss4j.version>2.3.1</cxf.wss4j.version>