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

dkulp pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

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

    Upgrade to latest fastinfoset
    
    (cherry picked from commit 6f08487b2b02d4fd4c95b232eff839c6066fa668)
    
    # Conflicts:
    #   parent/pom.xml
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f0a9c50..1e05613 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -230,9 +230,9 @@
         <cxf.aries.parser.version>1.6.0</cxf.aries.parser.version> 
         <cxf.aries.version.range>[1.0,2)</cxf.aries.version.range>
         <cxf.bcel.bundle.version>5.2_4</cxf.bcel.bundle.version>
-        <cxf.cglib.osgi.version>[2.2.2,3.3)</cxf.cglib.osgi.version>
+        <cxf.cglib.osgi.version>[2.2.2,3.4)</cxf.cglib.osgi.version>
         <cxf.dom4j.bundle.version>2.1.3_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.jasypt.bundle.version>1.9.3_1</cxf.jasypt.bundle.version>
@@ -1329,7 +1329,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>

Reply via email to