You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/08/06 14:00:58 UTC

[cxf] 02/05: Couple of other dependency updates

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

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

commit f6e503e1907eb7837fe2b8d6eea0b7a445086c6f
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Wed Jul 31 16:24:18 2019 -0400

    Couple of other dependency updates
    
    (cherry picked from commit 0b41ab1647b06aedbb3db9812cdca6b2102b640c)
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d9a8fb9..b387a10 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -47,7 +47,7 @@
         <!-- stuff related to ASM -->
         <cxf.asm.groupId>org.ow2.asm</cxf.asm.groupId>
         <cxf.asm.artifactId>asm</cxf.asm.artifactId>
-        <cxf.asm.version>7.0</cxf.asm.version>
+        <cxf.asm.version>7.1</cxf.asm.version>
         <cxf.osgi.asm.version>[3.0,8)</cxf.osgi.asm.version>
         <!-- OSGi related properties -->
         <cxf.fragment.host />
@@ -79,7 +79,7 @@
         <cxf.cglib.bundle.version>2.2_2</cxf.cglib.bundle.version>
         <cxf.cglib.osgi.version>[2.1.3,3.0.0)</cxf.cglib.osgi.version>
         <cxf.classmate.version>1.1.0</cxf.classmate.version>
-        <cxf.commons-codec.version>1.12</cxf.commons-codec.version>
+        <cxf.commons-codec.version>1.13</cxf.commons-codec.version>
         <cxf.commons-collections.version>3.2.2</cxf.commons-collections.version>
         <cxf.commons-lang3.version>3.8.1</cxf.commons-lang3.version>
         <cxf.commons-text.version>1.6</cxf.commons-text.version>