aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/rules-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'controlloop/common/rules-test/pom.xml')
-rw-r--r--controlloop/common/rules-test/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/controlloop/common/rules-test/pom.xml b/controlloop/common/rules-test/pom.xml
index 913d8fd8a..958b4b8ff 100644
--- a/controlloop/common/rules-test/pom.xml
+++ b/controlloop/common/rules-test/pom.xml
@@ -58,8 +58,9 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-junit-jupiter</artifactId>
+ <version>5.5.0</version>
<scope>provided</scope>
</dependency>
<dependency>