You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/04/12 06:01:12 UTC

[camel-k-runtime] branch master updated: Upgrade spring boot and kotlin

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


The following commit(s) were added to refs/heads/master by this push:
     new 5e83131  Upgrade spring boot and kotlin
5e83131 is described below

commit 5e831310d538dc69ef78481584e5ab1869e7dc85
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Apr 12 08:00:09 2019 +0200

    Upgrade spring boot and kotlin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8fb4c26..51dff6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,11 +49,11 @@
         <log4j2.version>2.11.2</log4j2.version>
         <slf4j.version>1.7.26</slf4j.version>
         <groovy.version>2.5.6</groovy.version>
-        <kotlin.version>1.3.21</kotlin.version>
+        <kotlin.version>1.3.30</kotlin.version>
         <snakeyaml.version>1.24</snakeyaml.version>
         <spock.version>1.3-groovy-2.5</spock.version>
         <jackson.version>2.9.8</jackson.version>
-        <spring-boot.version>2.1.3.RELEASE</spring-boot.version>
+        <spring-boot.version>2.1.4.RELEASE</spring-boot.version>
         <immutables.version>2.7.5</immutables.version>
         <semver4j.version>2.2.0</semver4j.version>
         <gmavenplus-plugin.version>1.6.1</gmavenplus-plugin.version>