You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2019/02/08 15:18:38 UTC

[cxf] branch master updated: Update Fastinfoset version to 1.2.16

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

deki 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 26630e5  Update Fastinfoset version to 1.2.16
26630e5 is described below

commit 26630e5a88819688c7e2b46cece8aa752867f638
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Fri Feb 8 16:18:05 2019 +0100

    Update Fastinfoset version to 1.2.16
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 867e785..b1a019a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -91,7 +91,7 @@
         <cxf.dropwizard.version>3.2.6</cxf.dropwizard.version>
         <cxf.ehcache.version>2.10.6</cxf.ehcache.version>
         <cxf.ehcache3.version>3.0.3</cxf.ehcache3.version>
-        <cxf.fastinfoset.bundle.version>1.2.15_1</cxf.fastinfoset.bundle.version>
+        <cxf.fastinfoset.bundle.version>1.2.16_1</cxf.fastinfoset.bundle.version>
         <cxf.guava.version>20.0</cxf.guava.version>
         <cxf.hazelcast.version>3.10.6</cxf.hazelcast.version>
         <cxf.hibernate.em.version>5.3.7.Final</cxf.hibernate.em.version>
@@ -1318,7 +1318,7 @@
             <dependency>
                 <groupId>com.sun.xml.fastinfoset</groupId>
                 <artifactId>FastInfoset</artifactId>
-                <version>1.2.15</version>
+                <version>1.2.16</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.xml</groupId>