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

[camel-k] 02/02: chore(dependencies): update junit-jupiter to v5.3.2

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

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

commit 749488aa7e5a4b422fd0db75ef6848d801b2c902
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Sun Dec 2 16:03:30 2018 +0100

    chore(dependencies): update junit-jupiter to v5.3.2
---
 runtime/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/pom.xml b/runtime/pom.xml
index 3db77de..36c4730 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -35,7 +35,7 @@
 
         <camel.version>2.23.0</camel.version>
         <junit.version>4.12</junit.version>
-        <junit-jupiter.version>5.3.1</junit-jupiter.version>
+        <junit-jupiter.version>5.3.2</junit-jupiter.version>
         <joor.version>0.9.9</joor.version>
         <commons-io.version>2.6</commons-io.version>
         <commons-lang.version>3.8.1</commons-lang.version>