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/02/10 14:36:24 UTC

[camel-k] branch master updated: chore(runtime): update dependencies

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


The following commit(s) were added to refs/heads/master by this push:
     new 6272b82  chore(runtime): update dependencies
6272b82 is described below

commit 6272b827dda0f866ce994f62b70890161db3e347
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Sat Feb 9 17:06:53 2019 +0100

    chore(runtime): update dependencies
---
 runtime/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/runtime/pom.xml b/runtime/pom.xml
index ee5fcb8..c33051a 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -30,16 +30,16 @@
         <maven.compiler.target>1.8</maven.compiler.target>
         <camel.version>2.23.1</camel.version>
         <junit.version>4.12</junit.version>
-        <junit-jupiter.version>5.3.2</junit-jupiter.version>
+        <junit-jupiter.version>5.4.0</junit-jupiter.version>
         <joor.version>0.9.10</joor.version>
         <commons-io.version>2.6</commons-io.version>
         <commons-lang.version>3.8.1</commons-lang.version>
-        <commons-collections4.version>4.2</commons-collections4.version>
+        <commons-collections4.version>4.3</commons-collections4.version>
         <assertj.version>3.11.1</assertj.version>
         <log4j2.version>2.11.1</log4j2.version>
         <slf4j.version>1.7.25</slf4j.version>
-        <groovy.version>2.5.5</groovy.version>
-        <kotlin.version>1.3.20</kotlin.version>
+        <groovy.version>2.5.6</groovy.version>
+        <kotlin.version>1.3.21</kotlin.version>
         <snakeyaml.version>1.23</snakeyaml.version>
         <spock.version>1.2-groovy-2.5</spock.version>
         <jackson.version>2.9.8</jackson.version>