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/31 07:39:49 UTC

[camel-karaf] 05/10: Upgrade JUnit to version 4.13.

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-karaf.git

commit f50feb41b191528313fd98f67f56410a564a1698
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 09:34:54 2020 +0200

    Upgrade JUnit to version 4.13.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a798ed9..321445f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -485,7 +485,7 @@
         <juel-bundle-version>2.1.3_1</juel-bundle-version>
         <junit-bundle-version>4.11_1</junit-bundle-version>
         <junit-toolbox-version>2.3</junit-toolbox-version>
-        <junit-version>4.12</junit-version>
+        <junit-version>4.13</junit-version>
         <junit-jupiter-version>5.6.1</junit-jupiter-version>
         <jxmpp-version>0.6.4</jxmpp-version>
         <jython-version>2.5.3</jython-version>