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 2edfd34ea5060b69dcc5ff81a4c69f3de08d31e6 Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Jul 27 12:57:42 2020 +0200 [CAMEL-11807] Upgrade camel-atmosphere-websocket to junit5 --- components/camel-atmosphere-websocket/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-atmosphere-websocket/pom.xml b/components/camel-atmosphere-websocket/pom.xml index 35d57f6..42cd358 100644 --- a/components/camel-atmosphere-websocket/pom.xml +++ b/components/camel-atmosphere-websocket/pom.xml @@ -80,7 +80,7 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> + <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency>
