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 2019/07/31 20:24:34 UTC

[cxf] branch master updated (65c771e -> 0b41ab1)

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

dkulp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 65c771e  [CXF-7953]ensure we have corba api bundle installed if JDK don't provide
     new dd11a60  Update jackston to get latest CVE patches
     new 0b41ab1  Couple of other dependency updates

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 osgi/karaf/features/src/main/resources/features.xml | 2 +-
 parent/pom.xml                                      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


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

Posted by dk...@apache.org.
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

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

    Couple of other dependency updates
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e4040c8..67b2051 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -54,7 +54,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>
         <cxf.easymock.version>4.0.2</cxf.easymock.version>
         <!-- OSGi related properties -->
@@ -95,7 +95,7 @@
         <cxf.cdi.api.version>1.2</cxf.cdi.api.version>
         <cxf.classgraph.version>4.6.32</cxf.classgraph.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-jcs-jcache.version>2.1</cxf.commons-jcs-jcache.version>
         <cxf.commons-lang3.version>3.9</cxf.commons-lang3.version>


[cxf] 01/02: Update jackston to get latest CVE patches

Posted by dk...@apache.org.
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

commit dd11a60cc247b261ab96c7dfd314eff571e03eef
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Wed Jul 31 15:25:11 2019 -0400

    Update jackston to get latest CVE patches
---
 osgi/karaf/features/src/main/resources/features.xml | 2 +-
 parent/pom.xml                                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/osgi/karaf/features/src/main/resources/features.xml b/osgi/karaf/features/src/main/resources/features.xml
index 9ffe674..593df85 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -282,7 +282,7 @@
         <bundle start-level="35">mvn:org.yaml/snakeyaml/${cxf.snakeyaml.version}</bundle>
         <bundle start-level="35">mvn:com.fasterxml.jackson.core/jackson-core/${cxf.jackson.version}</bundle>
         <bundle start-level="35">mvn:com.fasterxml.jackson.core/jackson-annotations/${cxf.jackson.version}</bundle>
-        <bundle start-level="35">mvn:com.fasterxml.jackson.core/jackson-databind/${cxf.jackson.version}</bundle>
+        <bundle start-level="35">mvn:com.fasterxml.jackson.core/jackson-databind/${cxf.jackson.databind.version}</bundle>
         <bundle start-level="35">mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/${cxf.jackson.version}</bundle>
         <bundle start-level="35">mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/${cxf.jackson.version}</bundle>
         <!-- <bundle start-level="35">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/${cxf.jackson.version}</bundle> -->
diff --git a/parent/pom.xml b/parent/pom.xml
index dd677ee..e4040c8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -129,7 +129,7 @@
         <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         <cxf.httpcomponents.core.version>4.4.11</cxf.httpcomponents.core.version>
         <cxf.jackson.version>2.9.9</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.9.9.1</cxf.jackson.databind.version>
+        <cxf.jackson.databind.version>2.9.9.2</cxf.jackson.databind.version>
         <cxf.jaeger.version>0.35.5</cxf.jaeger.version>
         <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version>
         <cxf.javassist.version>3.25.0-GA</cxf.javassist.version>