This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 264ed6a54826a0f58bb864afa029d917032c93d2 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Dec 7 12:31:16 2018 +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 258308c..96fcf0a 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.2.31</kotlin.version> + <kotlin.version>1.3.11</kotlin.version> </properties> <dependencies>