You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/12/07 11:07:20 UTC

[camel-k] branch master updated: chore(deps): update kotlin to v1.3.11 (#271)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new 12adcf0  chore(deps): update kotlin to v1.3.11 (#271)
12adcf0 is described below

commit 12adcf08db02b1908e528d07280f6be78fe9dba2
Author: Luca Burgazzoli <lb...@users.noreply.github.com>
AuthorDate: Fri Dec 7 12:07:16 2018 +0100

    chore(deps): update kotlin to v1.3.11 (#271)
---
 runtime/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/pom.xml b/runtime/pom.xml
index 41a230a..79b7ff6 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.5.4</groovy.version>
-        <kotlin.version>1.3.10</kotlin.version>
+        <kotlin.version>1.3.11</kotlin.version>
         <snakeyaml.version>1.23</snakeyaml.version>
         <spock.version>1.2-groovy-2.5</spock.version>
         <jackson.version>2.9.7</jackson.version>