You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/05/31 04:22:53 UTC

[camel] branch camel-2.x updated: Upgrade xercesImpl version

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

davsclaus pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new 850b5cc  Upgrade xercesImpl version
850b5cc is described below

commit 850b5cc9832eee1e8d582971bcde5119a4c09ea1
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Thu May 30 17:35:06 2019 -0400

    Upgrade xercesImpl version
---
 parent/pom.xml                                                          | 2 +-
 .../spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml   | 2 +-
 pom.xml                                                                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5ec7d00..9608524 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -729,7 +729,7 @@
     <xbean-asm5-shaded-version>4.5</xbean-asm5-shaded-version>
     <xchange-version>4.3.13</xchange-version>
     <xerces-bundle-version>2.11.0_1</xerces-bundle-version>
-    <xerces-version>2.11.0</xerces-version>
+    <xerces-version>2.12.0</xerces-version>
     <!-- needed to manage the xml-apis version in camel-xmljson -->
     <xml-apis-version>1.4.01</xml-apis-version>
     <xml-apis-ext-version>1.3.04</xml-apis-ext-version>
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 0c6863b..055a4c2 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -3961,7 +3961,7 @@
       <dependency>
         <groupId>xerces</groupId>
         <artifactId>xercesImpl</artifactId>
-        <version>2.11.0</version>
+        <version>2.12.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
diff --git a/pom.xml b/pom.xml
index bb03e6d..1a994b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -527,7 +527,7 @@
                 <dependency>
                   <groupId>xerces</groupId>
                   <artifactId>xercesImpl</artifactId>
-                  <version>2.11.0</version>
+                  <version>2.12.0</version>
                 </dependency>
                 <dependency>
                   <groupId>ant-contrib</groupId>