diff options
Diffstat (limited to 'utils/pom.xml')
-rw-r--r-- | utils/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 5f898dfe..95815320 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -105,7 +105,7 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> + <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency> |