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/11/28 09:55:19 UTC

[camel] branch master updated: Upgrade kotlin

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 52f9aa1  Upgrade kotlin
52f9aa1 is described below

commit 52f9aa141add4e07ba7ffaf8198a413321c61ac0
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Nov 28 10:54:49 2019 +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 be5fd27..82f32c8 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.3.50</kotlin.version>
+        <kotlin.version>1.3.61</kotlin.version>
     </properties>
 
     <dependencies>