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 9d11367 Upgrade kotlin 9d11367 is described below commit 9d11367e008b12885723ad3097960962f2a95f8e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Apr 12 07:58:46 2019 +0200 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 a0d2d04..db571ae 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.11</kotlin.version> + <kotlin.version>1.3.30</kotlin.version> </properties> <dependencies>