You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/23 20:36:52 UTC

[camel-k-runtime] branch master updated: chore(deps): update kotlin to v1.3.50

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 7550a18  chore(deps): update kotlin to v1.3.50
7550a18 is described below

commit 7550a182a0ecb545df8e7de293591b1cf37f59c5
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Fri Aug 23 16:02:39 2019 +0200

    chore(deps): update kotlin to v1.3.50
---
 camel-k-loader-kotlin/pom.xml | 5 +++++
 pom.xml                       | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/camel-k-loader-kotlin/pom.xml b/camel-k-loader-kotlin/pom.xml
index c2639e6..f9e500d 100644
--- a/camel-k-loader-kotlin/pom.xml
+++ b/camel-k-loader-kotlin/pom.xml
@@ -67,6 +67,11 @@
             <artifactId>kotlin-scripting-jvm-host</artifactId>
             <version>${kotlin.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-scripting-compiler</artifactId>
+            <version>${kotlin.version}</version>
+        </dependency>
 
         <!-- ******************************* -->
         <!-- test deps :: camel              -->
diff --git a/pom.xml b/pom.xml
index 4b6c378..bbda51c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <log4j2.version>2.12.1</log4j2.version>
         <slf4j.version>1.7.28</slf4j.version>
         <groovy.version>2.5.8</groovy.version>
-        <kotlin.version>1.3.41</kotlin.version>
+        <kotlin.version>1.3.50</kotlin.version>
         <snakeyaml.version>1.25</snakeyaml.version>
         <spock.version>1.3-groovy-2.5</spock.version>
         <jackson.version>2.9.9.20190807</jackson.version>