diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-06-27 15:04:03 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-07-01 11:51:37 +0100 |
commit | 0c17b552764c5cc876aad4363ebe24dc7c25a952 (patch) | |
tree | 661dfe61618a5b8f3cdf8f10ae775b02863ccbdc /utils/pom.xml | |
parent | 61eb8b47308a859a64b9538222445534dda3a34e (diff) |
Convert common to JUnit 5
Review for utils
Issue-ID: POLICY-5043
Change-Id: Ic5f1d30ef6bfb02fd09270127b19180b1f989084
Signed-off-by: waynedunican <wayne.dunican@est.tech>
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> |