diff --git a/2006Scape Client/src/main/java/ClientSettings.java b/2006Scape Client/src/main/java/ClientSettings.java
index 34fade5b..0bfcd058 100644
--- a/2006Scape Client/src/main/java/ClientSettings.java
+++ b/2006Scape Client/src/main/java/ClientSettings.java
@@ -21,7 +21,7 @@ public class ClientSettings {
* You don't have to change this, the client will automatically connect to the server
* on localhost (Assuming you're running Client and LocalGame respectively)
*/
- public static String SERVER_IP = "www.2006Scape.org";
+ public static String SERVER_IP = "server.2006Scape.org";
/**
* The Servers World
* This Determines The Port The Server Will Connect On
diff --git a/2006Scape Server/pom.xml b/2006Scape Server/pom.xml
index 76e307b0..fdd297ea 100644
--- a/2006Scape Server/pom.xml
+++ b/2006Scape Server/pom.xml
@@ -10,8 +10,8 @@
jar
- 1.6.0
- true
+ 1.6.10
+ true
@@ -38,19 +38,19 @@
com.fasterxml.jackson.core
jackson-annotations
- 2.13.1
+ 2.10.1
com.fasterxml.jackson.core
jackson-core
- 2.13.1
+ 2.10.1
com.fasterxml.jackson.core
jackson-databind
- 2.13.1
+ 2.10.5.1
@@ -62,7 +62,7 @@
com.squareup.okhttp3
logging-interceptor
- 4.9.3
+ 4.3.1
@@ -74,25 +74,25 @@
mysql
mysql-connector-java
- 8.0.25
+ 8.0.18
io.netty
netty-all
- 4.1.72.Final
+ 4.1.44.Final
com.neovisionaries
nv-websocket-client
- 2.14
+ 2.9
com.squareup.okhttp3
okhttp
- 4.9.3
+ 4.3.1
@@ -104,19 +104,19 @@
org.slf4j
slf4j-api
- 1.7.32
+ 1.7.25
org.slf4j
slf4j-simple
- 1.7.32
+ 1.7.25
org.slf4j
slf4j-log4j12
- 1.7.32
+ 1.7.30
@@ -128,7 +128,7 @@
com.thoughtworks.xstream
xstream
- 1.4.18
+ 1.4.17
@@ -146,7 +146,7 @@
com.google.code.gson
gson
- 2.8.9
+ 2.8.6
com.everythingrs