This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 87be882c2d85308e5c137339495f9142e3032381 Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Jul 27 12:59:48 2020 +0200 [CAMEL-11807] Upgrade camel-couchdb to junit5 --- components/camel-couchdb/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-couchdb/pom.xml b/components/camel-couchdb/pom.xml index 4e7a31d..80f5006 100644 --- a/components/camel-couchdb/pom.xml +++ b/components/camel-couchdb/pom.xml @@ -67,7 +67,7 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> + <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency>
