diff --git a/pom.xml b/pom.xml
index a0a6678163..c00cebc268 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,7 @@
1.11.5
33.6.0-jre
0.1.1
+ 5.14.4
5.23.0
0.27ea1
3.6.1
@@ -158,9 +159,15 @@
- junit
- junit
- 4.13.2
+ org.junit.jupiter
+ junit-jupiter
+ ${junit.version}
+ test
+
+
+ org.junit.vintage
+ junit-vintage-engine
+ ${junit.version}
test
@@ -629,6 +636,7 @@
true
javax.annotation:javax.annotation-api:jar:1.3.2
+ junit:junit