diff --git a/com.io7m.dixmont.tests/pom.xml b/com.io7m.dixmont.tests/pom.xml
index 58fc057..51d1d77 100644
--- a/com.io7m.dixmont.tests/pom.xml
+++ b/com.io7m.dixmont.tests/pom.xml
@@ -37,11 +37,23 @@
org.junit.jupiter
- junit-jupiter-engine
+ junit-jupiter-api
org.junit.jupiter
- junit-jupiter-api
+ junit-jupiter-engine
+
+
+ org.junit.platform
+ junit-platform-commons
+
+
+ org.junit.platform
+ junit-platform-engine
+
+
+ org.junit.platform
+ junit-platform-launcher
ch.qos.logback
diff --git a/pom.xml b/pom.xml
index 9545b39..7f40906 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
2.18.0
- 5.11.2
+ 5.11.2
@@ -112,14 +112,11 @@
2.0.16
- org.junit.jupiter
- junit-jupiter-engine
- ${junit.version}
-
-
- org.junit.jupiter
- junit-jupiter-api
- ${junit.version}
+ org.junit
+ junit-bom
+ ${org.junit.version}
+ pom
+ import
ch.qos.logback