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/11/22 09:31:30 UTC

[camel-k-runtime] 02/03: Update kotlin to v1.3.60

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

commit 8a9466203d1846a81f997f219405309f4cc10e87
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Thu Nov 21 11:01:58 2019 +0100

    Update kotlin to v1.3.60
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index faf4740..f21c01c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
         <log4j2.version>2.12.1</log4j2.version>
         <slf4j.version>1.7.29</slf4j.version>
         <groovy.version>2.5.8</groovy.version>
-        <kotlin.version>1.3.50</kotlin.version>
+        <kotlin.version>1.3.60</kotlin.version>
         <snakeyaml.version>1.25</snakeyaml.version>
         <spock.version>1.3-groovy-2.5</spock.version>
         <jackson.version>2.10.0</jackson.version>