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/08/18 11:58:52 UTC

[cxf] branch master updated: Upgrade to latest fastinfoset

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 6f08487  Upgrade to latest fastinfoset
6f08487 is described below

commit 6f08487b2b02d4fd4c95b232eff839c6066fa668
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Aug 18 07:58:28 2020 -0400

    Upgrade to latest fastinfoset
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e5e9342..edf2701 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -232,7 +232,7 @@
         <cxf.bcel.bundle.version>5.2_4</cxf.bcel.bundle.version>
         <cxf.cglib.osgi.version>[2.2.2,3.4)</cxf.cglib.osgi.version>
         <cxf.dom4j.bundle.version>2.1.1_1</cxf.dom4j.bundle.version>
-        <cxf.fastinfoset.bundle.version>1.2.16_1</cxf.fastinfoset.bundle.version>
+        <cxf.fastinfoset.bundle.version>1.2.18_1</cxf.fastinfoset.bundle.version>
         <cxf.felix.configadmin.version>1.2.4</cxf.felix.configadmin.version>
         <cxf.istack.bundle.version>3.0.7</cxf.istack.bundle.version>
         <cxf.jakarta.mail.version>1.6.5</cxf.jakarta.mail.version>
@@ -788,7 +788,7 @@
             <dependency>
                 <groupId>com.sun.xml.fastinfoset</groupId>
                 <artifactId>FastInfoset</artifactId>
-                <version>1.2.16</version>
+                <version>1.2.18</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.xml</groupId>