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/01/23 15:51:03 UTC

[camel-kafka-connector] branch junit-5.6.0 created (now 531cd59)

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

acosentino pushed a change to branch junit-5.6.0
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


      at 531cd59  Upgrade Junit to version 5.6.0

This branch includes the following new commits:

     new 531cd59  Upgrade Junit to version 5.6.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kafka-connector] 01/01: Upgrade Junit to version 5.6.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch junit-5.6.0
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 531cd59e6030431869f96d85b6341d8a45732b1f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 23 16:50:38 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 21028f8..0ce7d28 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -42,7 +42,7 @@
 
         <activemq.version>5.15.11</activemq.version>
         <kafka.version>2.4.0</kafka.version>
-        <junit.version>5.5.2</junit.version>
+        <junit.version>5.6.0</junit.version>
         <camel.version>3.0.0</camel.version>
         <jackson.version>2.10.2</jackson.version>
         <log4j2.version>2.8.2</log4j2.version>