update deps and add noprompt mode

This commit is contained in:
John Grosh
2021-04-02 14:02:16 -04:00
parent ebf6e43084
commit 699c2a0e6e
3 changed files with 14 additions and 6 deletions

View File

@@ -7,6 +7,11 @@
<packaging>jar</packaging>
<repositories>
<repository>
<id>dv8tion</id>
<name>m2-dv8tion</name>
<url>https://m2.dv8tion.net/releases</url>
</repository>
<repository>
<id>central</id>
<name>bintray</name>
@@ -23,12 +28,12 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.0_227</version>
<version>4.2.1_253</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.67</version>
<version>1.3.73</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>