diff --git a/README.md b/README.md
index 5199bd1..9a9391f 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,2 @@
# Minecraft-JDA
-Minecraft plugin version of JDA (It's just a dependency plugin)
+This is a Minecraft plugin version of JDA. On the TotalFreedom Minecraft server, it serves as a dependency for the Discord bot.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 08e8425..dd703a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
net.dv8tion
JDA
- 4.2.0_168
+ 4.2.0_222
compile
@@ -45,28 +45,21 @@
com.neovisionaries
nv-websocket-client
- 2.9
+ 2.10
compile
com.squareup.okhttp3
okhttp
- 3.10.0
- compile
-
-
-
- com.squareup.okhttp3
- okhttp
- 3.10.0
+ 4.9.0
compile
org.slf4j
slf4j-api
- 1.7.25
+ 1.7.30
provided
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index f61b1c9..1fa2883 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,4 +1,4 @@
name: JDA
-version: 4.2.0_168
+version: 4.2.0_222
author: scripthead
main: me.totalfreedom.jda.JDA
\ No newline at end of file