Skip to content

Commit 1e12e4e

Browse files
committed
Bump JDA to 4.4.1_353
1 parent bbed9e8 commit 1e12e4e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>JMusicBot</artifactId>
66
<version>Snapshot</version>
77
<packaging>jar</packaging>
8-
8+
99
<repositories>
1010
<repository>
1111
<id>dv8tion</id>
@@ -26,21 +26,21 @@
2626
</snapshots>
2727
</repository>
2828
</repositories>
29-
29+
3030
<dependencies>
3131
<!-- Discord Dependencies -->
3232
<dependency>
33-
<groupId>net.dv8tion</groupId>
34-
<artifactId>JDA</artifactId>
35-
<version>4.4.0_352</version>
33+
<groupId>net.dv8tion</groupId>
34+
<artifactId>JDA</artifactId>
35+
<version>4.4.1_353</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.jagrosh</groupId>
3939
<artifactId>jda-utilities</artifactId>
4040
<version>3.0.5</version>
4141
<type>pom</type>
4242
</dependency>
43-
43+
4444
<!-- Music Dependencies -->
4545
<!-- using a fork of this to fix some issues faster -->
4646
<!-- dependency>
@@ -64,7 +64,7 @@
6464
<artifactId>JLyrics</artifactId>
6565
<version>master-SNAPSHOT</version>
6666
</dependency>
67-
67+
6868
<!-- Misc Internal Dependencies -->
6969
<dependency>
7070
<groupId>ch.qos.logback</groupId>
@@ -81,7 +81,7 @@
8181
<artifactId>jsoup</artifactId>
8282
<version>1.15.3</version>
8383
</dependency>
84-
84+
8585
<!-- Testing Dependencies -->
8686
<dependency>
8787
<groupId>junit</groupId>
@@ -96,7 +96,7 @@
9696
<scope>test</scope>
9797
</dependency>
9898
</dependencies>
99-
99+
100100
<build>
101101
<plugins>
102102
<plugin>
@@ -138,7 +138,7 @@
138138
</plugin>
139139
</plugins>
140140
</build>
141-
141+
142142
<properties>
143143
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
144144
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)