Merge remote-tracking branch 'origin/greg-dev' into greg-dev

This commit is contained in:
GregTCLTK 2020-06-08 13:44:24 +02:00
commit 54a3256072
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

12
pom.xml
View file

@ -66,17 +66,17 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.1.1_154</version>
<version>4.1.1_157</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20190722</version>
<version>20200518</version>
</dependency>
<dependency>
<groupId>com.rethinkdb</groupId>
<artifactId>rethinkdb-driver</artifactId>
<version>2.4.3</version>
<version>2.4.4</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -91,12 +91,12 @@
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
<version>1.111</version>
<version>1.112</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.48</version>
<version>1.3.49</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@ -146,7 +146,7 @@
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</plugin>
</plugins>
</pluginManagement>