From 58403d86c3a5d99ba0c1ce83bd03d102982d4473 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Tue, 7 Dec 2021 19:37:47 -0600 Subject: [PATCH] Update dependencies --- .gitignore | 1 + pom.xml | 27 ++++++--------------------- src/main/resources/plugin.yml | 4 ++-- 3 files changed, 9 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index e0117a7..9700ae1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ target/ .idea *.iml dependency-reduced-pom.xml +.DS_Store \ No newline at end of file diff --git a/pom.xml b/pom.xml index 040f0d2..7b72269 100644 --- a/pom.xml +++ b/pom.xml @@ -31,21 +31,14 @@ net.dv8tion JDA - 4.3.0_277 + 4.4.0_351 compile org.spigotmc spigot-api - 1.17.1-R0.1-SNAPSHOT - compile - - - - com.neovisionaries - nv-websocket-client - 2.14 + 1.18-R0.1-SNAPSHOT compile @@ -53,22 +46,14 @@ org.json json - 20210307 + 20211205 compile - com.squareup.okhttp3 - okhttp - 4.9.0 - compile - - - - org.slf4j - slf4j-api - 1.7.32 - provided + org.apache.commons + commons-collections4 + 4.4 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 850cee2..c87750d 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: JDA -version: 4.3.0_277 +version: 4.4.0_351 author: scripthead main: me.totalfreedom.jda.JDA -api-version: "1.17" \ No newline at end of file +api-version: "1.18" \ No newline at end of file