From 3e8793276f623132892331cf65c85bb91c1ab154 Mon Sep 17 00:00:00 2001 From: "Baumel, Dvir (db384r)" Date: Mon, 23 Mar 2020 16:21:05 +0200 Subject: Upgrade Junit to version 5.6 Issue-ID: SDC-2844 Change-Id: I4716bf7920f9bb79c450ebfd48e9d4fba54fdfdd Signed-off-by: Baumel, Dvir (db384r) --- common-app-api/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'common-app-api/pom.xml') diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 8a9dc1e2c6..10519f94af 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -184,6 +184,20 @@ test + + org.junit.jupiter + junit-jupiter + ${junitJupiter.version} + test + + + + org.mockito + mockito-junit-jupiter + ${mockitoJupiter.version} + test + + org.mockito mockito-core -- cgit 1.2.3-korg