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/08/13 21:23:58 UTC

[camel-k-runtime] 02/09: chore(deps): update junit to v5.5.1

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 84071b7e176538d7d379b75b0523e31e3521066c
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Tue Aug 13 18:55:32 2019 +0200

    chore(deps): update junit to v5.5.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ae365be..ca203ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
         <maven.compiler.target>1.8</maven.compiler.target>
         <camel.version>3.0.0-M4</camel.version>
         <catalog.version>${camel.version}</catalog.version>
-        <junit.version>5.5.0</junit.version>
+        <junit.version>5.5.1</junit.version>
         <joor.version>0.9.12</joor.version>
         <commons-io.version>2.6</commons-io.version>
         <commons-lang.version>3.9</commons-lang.version>