You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/11/10 09:29:10 UTC

[camel] branch master updated: Upgrade junit 5

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

davsclaus 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 add7afb  Upgrade junit 5
add7afb is described below

commit add7afb3eb99a4bc7633dee80769c13c0a4fa1ad
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Nov 10 10:28:52 2019 +0100

    Upgrade junit 5
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b86da08..9b638d1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -392,7 +392,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.5.1</junit-jupiter-version>
+        <junit-jupiter-version>5.5.2</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>