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/01/09 19:42:44 UTC

[cxf] branch master updated: Update Fastinfoset version (currently no bundle for 1.2.16 available -> https://issues.apache.org/jira/browse/SM-3915)

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 9893bdd  Update Fastinfoset version (currently no bundle for 1.2.16 available -> https://issues.apache.org/jira/browse/SM-3915)
9893bdd is described below

commit 9893bdd40b539bb37a17933b5334fc43ff511d66
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Wed Jan 9 20:42:25 2019 +0100

    Update Fastinfoset version (currently no bundle for 1.2.16 available -> https://issues.apache.org/jira/browse/SM-3915)
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fe00162..27703ad 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -88,7 +88,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.13_1</cxf.fastinfoset.bundle.version>
+        <cxf.fastinfoset.bundle.version>1.2.15_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>
@@ -1304,7 +1304,7 @@
             <dependency>
                 <groupId>com.sun.xml.fastinfoset</groupId>
                 <artifactId>FastInfoset</artifactId>
-                <version>1.2.13</version>
+                <version>1.2.15</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.xml</groupId>