diff --git a/pom.xml b/pom.xml index d113cf2..4763b98 100644 --- a/pom.xml +++ b/pom.xml @@ -20,32 +20,38 @@ spigot-repo https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + dv8tion m2-dv8tion https://m2.dv8tion.net/releases/ + + + apache-snapshots + https://repository.apache.org/content/repositories/snapshots/ + net.dv8tion JDA - 4.2.1_255 + 4.3.0_277 compile org.spigotmc - spigot-api - 1.16.5-R0.1-SNAPSHOT - compile + spigot-api + 1.17-R0.1-SNAPSHOT + provided com.neovisionaries nv-websocket-client - 2.10 + 2.14 compile @@ -56,12 +62,28 @@ compile + + + org.json + json + 20210307 + compile + + org.slf4j slf4j-api - 1.7.30 + 1.7.31 provided + + + + org.apache.maven.plugins + maven-shade-plugin + 3.3.0-SNAPSHOT + @@ -76,14 +98,14 @@ maven-compiler-plugin 3.8.1 - 1.8 - 1.8 + 16 + 16 org.apache.maven.plugins maven-shade-plugin - 3.2.4 + 3.3.0-SNAPSHOT package diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 1fa2883..1e6f67c 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,4 +1,4 @@ name: JDA -version: 4.2.0_222 -author: scripthead +version: 4.3.0_277 +author: StevenNL2000 main: me.totalfreedom.jda.JDA \ No newline at end of file