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 f4183c0 chore(deps): update kotlin to v1.3.40 f4183c0 is described below commit f4183c0d091b21876d6799361ce788065f5e0777 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Thu Jun 20 11:47:51 2019 +0200 chore(deps): update kotlin to v1.3.40 --- .../src/main/kotlin/org/apache/camel/k/kotlin/KotlinRoutesLoader.kt | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camel-k-runtime-kotlin/src/main/kotlin/org/apache/camel/k/kotlin/KotlinRoutesLoader.kt b/camel-k-runtime-kotlin/src/main/kotlin/org/apache/camel/k/kotlin/KotlinRoutesLoader.kt index d357e2f..c554f3d 100644 --- a/camel-k-runtime-kotlin/src/main/kotlin/org/apache/camel/k/kotlin/KotlinRoutesLoader.kt +++ b/camel-k-runtime-kotlin/src/main/kotlin/org/apache/camel/k/kotlin/KotlinRoutesLoader.kt @@ -29,7 +29,7 @@ import kotlin.script.experimental.api.* import kotlin.script.experimental.host.toScriptSource import kotlin.script.experimental.jvm.dependenciesFromClassloader import kotlin.script.experimental.jvm.jvm -import kotlin.script.experimental.jvmhost.BasicJvmScriptEvaluator +import kotlin.script.experimental.jvm.BasicJvmScriptEvaluator import kotlin.script.experimental.jvmhost.BasicJvmScriptingHost import kotlin.script.experimental.jvmhost.JvmScriptCompiler diff --git a/pom.xml b/pom.xml index d9fa301..b953a9b 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ <log4j2.version>2.11.2</log4j2.version> <slf4j.version>1.7.26</slf4j.version> <groovy.version>2.5.7</groovy.version> - <kotlin.version>1.3.31</kotlin.version> + <kotlin.version>1.3.40</kotlin.version> <snakeyaml.version>1.24</snakeyaml.version> <spock.version>1.3-groovy-2.5</spock.version> <jackson.version>2.9.8</jackson.version>