You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/23 07:49:08 UTC

[camel] branch master updated: Upgrade Junit Jupiter to version 5.6.1

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

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


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

commit 8db5243499fdc76a1fd36ecb56724c73c9878f69
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 23 08:44:58 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 2783f8b..54aa312 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -411,7 +411,7 @@
         <junit-bundle-version>4.11_1</junit-bundle-version>
         <junit-toolbox-version>2.3</junit-toolbox-version>
         <junit-version>4.12</junit-version>
-        <junit-jupiter-version>5.6.0</junit-jupiter-version>
+        <junit-jupiter-version>5.6.1</junit-jupiter-version>
         <jxmpp-version>0.6.4</jxmpp-version>
         <jython-version>2.5.3</jython-version>
         <jython-standalone-version>2.5.3</jython-standalone-version>