diff --git a/extensions/guacamole-auth-quickconnect/pom.xml b/extensions/guacamole-auth-quickconnect/pom.xml
index f9ad11529..213122f8b 100644
--- a/extensions/guacamole-auth-quickconnect/pom.xml
+++ b/extensions/guacamole-auth-quickconnect/pom.xml
@@ -120,7 +120,6 @@
junit
junit
- 4.10
test
diff --git a/extensions/guacamole-auth-totp/pom.xml b/extensions/guacamole-auth-totp/pom.xml
index d40e33002..a0304886e 100644
--- a/extensions/guacamole-auth-totp/pom.xml
+++ b/extensions/guacamole-auth-totp/pom.xml
@@ -155,7 +155,6 @@
junit
junit
- 4.12
test
diff --git a/guacamole-common/pom.xml b/guacamole-common/pom.xml
index b95098286..ca08ebcdc 100644
--- a/guacamole-common/pom.xml
+++ b/guacamole-common/pom.xml
@@ -101,7 +101,6 @@
junit
junit
- 4.10
test
diff --git a/guacamole-ext/pom.xml b/guacamole-ext/pom.xml
index fddfc0600..5258f71c2 100644
--- a/guacamole-ext/pom.xml
+++ b/guacamole-ext/pom.xml
@@ -95,7 +95,6 @@
junit
junit
- 4.10
test
diff --git a/pom.xml b/pom.xml
index f9035b039..fc6078b49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
2.12.2
2.34
5.7.1
+ 4.13.2
1.2.3
1.7.30
@@ -370,7 +371,7 @@
${logback.version}
-
+
org.junit.jupiter
junit-jupiter-api
@@ -387,6 +388,14 @@
${junit.version}
+
+
+ junit
+ junit
+ ${junit4.version}
+ test
+
+