diff --git a/serverlist-server/pom.xml b/serverlist-server/pom.xml index b59f5bd..6d2ff21 100644 --- a/serverlist-server/pom.xml +++ b/serverlist-server/pom.xml @@ -90,8 +90,8 @@ compile - net.sf.trove4j - trove + io.netty + netty-all @@ -133,9 +133,9 @@ compile - net.sf.trove4j - trove - 3.1.0-SNAPSHOT + io.netty + netty-all + 4.1.84.Final compile diff --git a/serverlist-server/src/main/com/pyratron/pugmatt/bedrockconnect/BedrockConnect.java b/serverlist-server/src/main/com/pyratron/pugmatt/bedrockconnect/BedrockConnect.java index d889ec3..df5a178 100644 --- a/serverlist-server/src/main/com/pyratron/pugmatt/bedrockconnect/BedrockConnect.java +++ b/serverlist-server/src/main/com/pyratron/pugmatt/bedrockconnect/BedrockConnect.java @@ -38,7 +38,7 @@ public class BedrockConnect { public static boolean storeDisplayNames = true; public static File whitelistfile; - public static String release = "1.36"; + public static String release = "1.37"; public static HashMap featuredServerIps;