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 2018/04/07 05:07:46 UTC

[camel] branch master updated: Upgrade spring and regen

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c52f099  Upgrade spring and regen
c52f099 is described below

commit c52f099ad19509575129e1f8e365b67e9a85fcd7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Apr 7 08:07:30 2018 +0300

    Upgrade spring and regen
---
 parent/pom.xml                                                    | 4 ++--
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml         | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 831031f..605ff32 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -661,8 +661,8 @@
     <spring40-version>4.0.9.RELEASE</spring40-version>
     <spring41-version>4.1.9.RELEASE</spring41-version>
     <spring42-version>4.2.9.RELEASE</spring42-version>
-    <spring43-version>4.3.14.RELEASE</spring43-version>
-    <spring4-version>4.3.14.RELEASE</spring4-version>
+    <spring43-version>4.3.15.RELEASE</spring43-version>
+    <spring4-version>4.3.15.RELEASE</spring4-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <spring-security-version>4.2.4.RELEASE</spring-security-version>
     <spring-security-bundle-version>4.2.4.RELEASE_1</spring-security-bundle-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 9fc70a7..d382988 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
@@ -68,7 +68,7 @@
       <dependency>
         <groupId>com.alibaba</groupId>
         <artifactId>fastjson</artifactId>
-        <version>1.2.46</version>
+        <version>1.2.47</version>
       </dependency>
       <dependency>
         <groupId>com.atlassian.jira</groupId>
@@ -179,7 +179,7 @@
       <dependency>
         <groupId>net.sf.saxon</groupId>
         <artifactId>Saxon-HE</artifactId>
-        <version>9.8.0-8</version>
+        <version>9.8.0-10</version>
       </dependency>
       <dependency>
         <groupId>ognl</groupId>
@@ -3237,12 +3237,12 @@
       <dependency>
         <groupId>org.apache.kafka</groupId>
         <artifactId>kafka-clients</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.kafka</groupId>
         <artifactId>kafka_2.11</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.mina</groupId>

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.