You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2020/07/27 15:39:18 UTC

[camel] 31/43: [CAMEL-11807] Upgrade camel-swagger-java to junit5

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 d2b49587e23678106981c864c646b2fbc42132a5
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Jul 27 13:07:50 2020 +0200

    [CAMEL-11807] Upgrade camel-swagger-java to junit5
---
 components/camel-swagger-java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-swagger-java/pom.xml b/components/camel-swagger-java/pom.xml
index 3ae3a41..75b1f9b 100644
--- a/components/camel-swagger-java/pom.xml
+++ b/components/camel-swagger-java/pom.xml
@@ -153,7 +153,7 @@
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
+            <artifactId>mockito-junit-jupiter</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>