diff options
Diffstat (limited to 'prh-commons')
-rw-r--r-- | prh-commons/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index 66cc9465..fb8e8978 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/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> |