dependency updates

This commit is contained in:
John Grosh
2018-02-16 21:14:58 -05:00
parent 058c3e18d2
commit e47c3efc58
3 changed files with 18 additions and 14 deletions

13
pom.xml
View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jagrosh</groupId>
<artifactId>JMusicBot</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<packaging>jar</packaging>
<repositories>
@@ -15,25 +15,20 @@
</repositories>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>3.5.0_335</version>
<version>3.5.1_339</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.2.47</version>
<version>1.2.51</version>
</dependency>
<dependency>
<groupId>com.jagrosh</groupId>
<artifactId>jda-utilities</artifactId>
<version>2.0</version>
<version>2.1</version>
<type>pom</type>
</dependency>
<dependency>