diff --git a/bukkit/pom.xml b/bukkit/pom.xml
index 78a0c1fd..a7d904b8 100644
--- a/bukkit/pom.xml
+++ b/bukkit/pom.xml
@@ -112,7 +112,7 @@
org.spigotmc
spigot-api
- 1.12.2-R0.1-SNAPSHOT
+ 1.15.2-R0.1-SNAPSHOT
provided
diff --git a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/EncryptionUtilTest.java b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/EncryptionUtilTest.java
index c310a057..8a845e8d 100644
--- a/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/EncryptionUtilTest.java
+++ b/bukkit/src/test/java/com/github/games647/fastlogin/bukkit/EncryptionUtilTest.java
@@ -6,8 +6,7 @@ import org.junit.Test;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.notNullValue;
-
-import static org.junit.Assert.assertThat;
+import static org.hamcrest.MatcherAssert.assertThat;
public class EncryptionUtilTest {
diff --git a/bungee/pom.xml b/bungee/pom.xml
index 422c1753..2ec3d5a9 100644
--- a/bungee/pom.xml
+++ b/bungee/pom.xml
@@ -74,7 +74,7 @@
net.md-5
bungeecord-proxy
- 1.14-SNAPSHOT
+ 1.15-SNAPSHOT
provided
diff --git a/pom.xml b/pom.xml
index ce69bdec..1e77ef50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,4 +75,13 @@
+
+
+
+ junit
+ junit
+ 4.13
+ test
+
+