diff --git a/pom.xml b/pom.xml
index 2489551..2223b34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,10 +44,47 @@
33.4.8-jre
+
+ org.junit
+ junit-bom
+ 5.13.4
+ pom
+ import
+
org.junit.jupiter
- junit-jupiter
- RELEASE
+ junit-jupiter-api
+ 6.0.0-RC3
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ 6.0.0-RC3
+ test
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.5.4
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ 3.5.4
+
+
+ org.mockito
+ mockito-core
+ 5.19.0
+ test
+
+
+ org.mockito
+ mockito-junit-jupiter
+ 5.19.0
test
@@ -81,6 +118,14 @@
+
+ maven-surefire-plugin
+ 3.5.4
+
+
+ maven-failsafe-plugin
+ 3.5.4
+
org.apache.maven.plugins
maven-shade-plugin