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 6af5fd7ddf1ffeb375017c5c3282198874e29a45 Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Jul 27 12:54:13 2020 +0200 [CAMEL-11807] Upgrade camel-beanstalk to junit5 --- components/camel-beanstalk/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-beanstalk/pom.xml b/components/camel-beanstalk/pom.xml index 3863b1b..04d12ba 100644 --- a/components/camel-beanstalk/pom.xml +++ b/components/camel-beanstalk/pom.xml @@ -55,7 +55,7 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> + <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency>
