Bump JDA to 4.4.1_353

This commit is contained in:
Michaili K 2023-03-01 20:52:53 +01:00
parent bbed9e8990
commit 1e12e4e01d
No known key found for this signature in database
GPG Key ID: BD613494318FEBA0
1 changed files with 10 additions and 10 deletions

20
pom.xml
View File

@ -5,7 +5,7 @@
<artifactId>JMusicBot</artifactId>
<version>Snapshot</version>
<packaging>jar</packaging>
<repositories>
<repository>
<id>dv8tion</id>
@ -26,13 +26,13 @@
</snapshots>
</repository>
</repositories>
<dependencies>
<!-- Discord Dependencies -->
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.4.0_352</version>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.4.1_353</version>
</dependency>
<dependency>
<groupId>com.jagrosh</groupId>
@ -40,7 +40,7 @@
<version>3.0.5</version>
<type>pom</type>
</dependency>
<!-- Music Dependencies -->
<!-- using a fork of this to fix some issues faster -->
<!-- dependency>
@ -64,7 +64,7 @@
<artifactId>JLyrics</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
<!-- Misc Internal Dependencies -->
<dependency>
<groupId>ch.qos.logback</groupId>
@ -81,7 +81,7 @@
<artifactId>jsoup</artifactId>
<version>1.15.3</version>
</dependency>
<!-- Testing Dependencies -->
<dependency>
<groupId>junit</groupId>
@ -96,7 +96,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
@ -138,7 +138,7 @@
</plugin>
</plugins>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>