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 10:20:06 UTC

[camel-spring-boot] 01/01: Bump to 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 junit-5.6.1
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 423dade96a93985e5edd27ec7138df59074c0ff5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 23 11:19:59 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 2fc4a05..7594f32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
         <jaxb-version>2.3.0</jaxb-version>
         <jetty9-version>9.4.20.v20190813</jetty9-version>
         <jolokia-version>1.6.2</jolokia-version>
-        <junit-jupiter-version>5.6.0</junit-jupiter-version>
+        <junit-jupiter-version>5.6.1</junit-jupiter-version>
         <kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version>
         <log4j2-version>2.13.1</log4j2-version>
         <lucene3-version>3.6.0</lucene3-version>