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 2020/03/07 07:21:16 UTC

[camel] branch master updated: Downgrade to mockito 3.3.0 as some 3.3.1 junit5 JAR is not in maven central

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 e6b6f52  Downgrade to mockito 3.3.0 as some 3.3.1 junit5 JAR is not in maven central
e6b6f52 is described below

commit e6b6f52fa1898180cf1e10f52c0078db39f9fdca
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Mar 7 08:20:47 2020 +0100

    Downgrade to mockito 3.3.0 as some 3.3.1 junit5 JAR is not in maven central
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 05f9c64..cf25457 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -482,7 +482,7 @@
         <minimal-json-version>0.9.5</minimal-json-version>
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>0.1.7</mockwebserver-version>
-        <mockito-version>3.3.1</mockito-version>
+        <mockito-version>3.3.0</mockito-version>
         <mongo-java-driver-version>3.12.1</mongo-java-driver-version>
         <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
         <msv-version>2013.6.1</msv-version>