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/05/16 12:35:33 UTC

[camel-k-runtime] 04/04: update kotlin to v1.3.31

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 98f0b140357f24aaf63999b0bd2642a51ab35414
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed May 15 12:29:45 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 373c70a..20a48bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,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.30</kotlin.version>
+        <kotlin.version>1.3.31</kotlin.version>
         <snakeyaml.version>1.24</snakeyaml.version>
         <spock.version>1.3-groovy-2.5</spock.version>
         <jackson.version>2.9.8</jackson.version>