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 9547f884fb1ad4878efcbb84756c8bbf543019f1 Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Jul 27 12:53:11 2020 +0200 [CAMEL-11807] Upgrade camel-azure-storage-queue to junit5 --- components/camel-azure-storage-queue/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-azure-storage-queue/pom.xml b/components/camel-azure-storage-queue/pom.xml index 9c3b1f4..e54c907 100644 --- a/components/camel-azure-storage-queue/pom.xml +++ b/components/camel-azure-storage-queue/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>
