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 2018/11/14 10:52:13 UTC

[camel-k] 02/08: chore(dependencies): update kotlin to v1.3.10

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.git

commit e49050647ec4371229ef7162d9df740d92dbca4d
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 14 11:12:22 2018 +0100

    chore(dependencies): update kotlin to v1.3.10
---
 runtime/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/pom.xml b/runtime/pom.xml
index 4f05606..81ada28 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -44,7 +44,7 @@
         <log4j2.version>2.11.1</log4j2.version>
         <slf4j.version>1.7.25</slf4j.version>
         <groovy.version>2.4.15</groovy.version>
-        <kotlin.version>1.3.0</kotlin.version>
+        <kotlin.version>1.3.10</kotlin.version>
         <snakeyaml.version>1.23</snakeyaml.version>
         <spock.version>1.0-groovy-2.4</spock.version>
         <jackson.version>2.9.7</jackson.version>