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 2021/01/13 10:00:20 UTC

[camel] 02/06: Junit version must be updated in parent pom to 4.13.1

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

davsclaus pushed a commit to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 951f0bf3ce4585af437b6fc84e5016a6a1569641
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 13 08:37:29 2021 +0100

    Junit version must be updated in parent pom to 4.13.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3f90d2f..495d3fb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -346,7 +346,7 @@
         <jsoup-version>1.13.1</jsoup-version>
         <jt400-version>10.4</jt400-version>
         <junit-toolbox-version>2.3</junit-toolbox-version>
-        <junit-version>4.13</junit-version>
+        <junit-version>4.13.1</junit-version>
         <junit-jupiter-version>5.7.0</junit-jupiter-version>
         <jxmpp-version>0.6.4</jxmpp-version>
         <jython-version>2.5.3</jython-version>