From 39702e9223c1014bab580b25d724f33d42f8ddc9 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Mon, 4 Oct 2021 18:05:27 +0400 Subject: [PATCH] Tests: fixed junit versions compatible (not working tests); --- pom.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index cd0c012556..e2ad2da522 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.2 + 3.0.0-M5 - junit - junit - 4.13.2 + org.junit.vintage + junit-vintage-engine + 5.7.2 test @@ -208,6 +208,14 @@ + + + org.junit + junit-bom + 5.8.1 + pom + import + com.google.code.gson