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 0993bd9865dc166701dc47e252b1ad45a8c552d0 Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Jul 27 12:57:59 2020 +0200 [CAMEL-11807] Upgrade camel-bean-validator to junit5 --- components/camel-bean-validator/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-bean-validator/pom.xml b/components/camel-bean-validator/pom.xml index 8a0f008..9f710d9 100644 --- a/components/camel-bean-validator/pom.xml +++ b/components/camel-bean-validator/pom.xml @@ -74,7 +74,7 @@ <!-- for testing --> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> + <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency>
