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 2017/11/29 07:56:16 UTC

[camel] branch master updated (cd674c3 -> 857b9ce)

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

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


    from cd674c3  CAMEL-12040 - upgrade arquillian-jetty-embedded-9 and add jetty deploy dependency
     new 5258078  Upgrade Spring Boot to 1.5.9
     new 857b9ce  Upgrade Kotlin

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:
 examples/camel-example-kotlin/pom.xml        | 2 +-
 parent/pom.xml                               | 2 +-
 platforms/spring-boot/spring-boot-dm/pom.xml | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].

[camel] 01/02: Upgrade Spring Boot to 1.5.9

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

commit 52580781baeacc4ed5adf527da26c5cde8e5e986
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Nov 29 08:55:20 2017 +0100

    Upgrade Spring Boot to 1.5.9
---
 parent/pom.xml                               | 2 +-
 platforms/spring-boot/spring-boot-dm/pom.xml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d05a0f9..32b53e7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -634,7 +634,7 @@
     <splunk-version>1.6.3.0_1</splunk-version>
     <spring-batch-version>3.0.8.RELEASE</spring-batch-version>
     <spring-batch-bundle-version>3.0.8.RELEASE_1</spring-batch-bundle-version>
-    <spring-boot-version>1.5.8.RELEASE</spring-boot-version>
+    <spring-boot-version>1.5.9.RELEASE</spring-boot-version>
     <!-- use same version of spring-cloud 1.2.x -->
     <spring-cloud-commons-version>1.2.4.RELEASE</spring-cloud-commons-version>
     <spring-cloud-netflix-version>1.3.5.RELEASE</spring-cloud-netflix-version>
diff --git a/platforms/spring-boot/spring-boot-dm/pom.xml b/platforms/spring-boot/spring-boot-dm/pom.xml
index dbd973c..911197d 100644
--- a/platforms/spring-boot/spring-boot-dm/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/pom.xml
@@ -41,7 +41,7 @@
 
   <properties>
     <!-- Spring-Boot target version -->
-    <spring-boot-version>1.5.8.RELEASE</spring-boot-version>
+    <spring-boot-version>1.5.9.RELEASE</spring-boot-version>
 
     <!-- The following dependencies should be aligned with the ones in standard camel parent -->
     <avro-version>1.8.2</avro-version>
@@ -62,10 +62,10 @@
     <!-- Custom dependency required by some modules -->
     <cassandra-netty-version-testing>4.0.44.Final</cassandra-netty-version-testing>
     <infinispan-spring-boot-version>1.0.0.Final</infinispan-spring-boot-version>
-    <groovy-version>2.4.12</groovy-version>
+    <groovy-version>2.4.13</groovy-version>
 
     <!-- The following versions should be aligned with the ones in spring-boot-repo/spring-boot-dependencies/pom.xml (for the targeted version of spring-boot) -->
-    <!-- for example: https://github.com/spring-projects/spring-boot/blob/v1.5.8.RELEASE/spring-boot-dependencies/pom.xml -->
+    <!-- for example: https://github.com/spring-projects/spring-boot/blob/v1.5.9.RELEASE/spring-boot-dependencies/pom.xml -->
     <jackson2-version>2.8.10</jackson2-version>
     <!-- jetty 9.4.7 is buggy -->
     <jetty9-version>9.4.6.v20170531</jetty9-version>
@@ -75,7 +75,7 @@
     <htmlunit-version>2.21</htmlunit-version>
     <log4j2-version>2.7</log4j2-version>
     <slf4j-version>1.7.25</slf4j-version>
-    <spring-version>4.3.12.RELEASE</spring-version>
+    <spring-version>4.3.13.RELEASE</spring-version>
     <spring-data-releasetrain-version>Ingalls-SR7</spring-data-releasetrain-version>
     <spring-integration-version>4.3.12.RELEASE</spring-integration-version>
     <spring-security-version>4.2.3.RELEASE</spring-security-version>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.

[camel] 02/02: Upgrade Kotlin

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

commit 857b9ce82e42e948c9486c416577c4358ae02da8
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Nov 29 08:55:55 2017 +0100

    Upgrade Kotlin
---
 examples/camel-example-kotlin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-kotlin/pom.xml b/examples/camel-example-kotlin/pom.xml
index 90115cf..bda991f 100644
--- a/examples/camel-example-kotlin/pom.xml
+++ b/examples/camel-example-kotlin/pom.xml
@@ -35,7 +35,7 @@
 
   <properties>
     <category>Other Languages</category>
-    <kotlin.version>1.1.60</kotlin.version>
+    <kotlin.version>1.2.0</kotlin.version>
   </properties>
 
   <dependencies>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.