diff --git a/pom.xml b/pom.xml
index 21c5d05..4b4d00b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,24 +1,29 @@
-
- 4.0.0
- org.progmethoden
- java-chat
- 0.0.1-SNAPSHOT
-
-
-
-
- com.google.code.gson
- gson
- 2.10.1
-
-
-
- org.mockito
- mockito-core
- 4.1.10
- test
-
-
-
-
-
\ No newline at end of file
+
+ 4.0.0
+ org.progmethoden
+ java-chat
+ 0.0.1-SNAPSHOT
+
+
+
+
+ com.google.code.gson
+ gson
+ 2.10.1
+
+
+ junit
+ junit
+ 4.13.2
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter
+ RELEASE
+ test
+
+
+
+
+