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 2020/03/23 10:51:38 UTC

[camel-k-runtime] branch master updated: Bump Junit Jupiter to version 5.6.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


The following commit(s) were added to refs/heads/master by this push:
     new 5869e71  Bump Junit Jupiter to version 5.6.1
5869e71 is described below

commit 5869e715309514d0b5cb777b89f7249fb71d39a6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 23 11:16:48 2020 +0100

    Bump Junit Jupiter to version 5.6.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8d028d9..bd8bfa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
         <camel.version>3.1.0</camel.version>
         <camel-quarkus.version>1.0.0-M5</camel-quarkus.version>
         <catalog.version>${camel.version}</catalog.version>
-        <junit.version>5.6.0</junit.version>
+        <junit.version>5.6.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>