Skip to content

Commit 79b0978

Browse files
committed
Merge branch 'hotfix/3.5.2'
2 parents 124facb + a6a3763 commit 79b0978

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.nincodedo</groupId>
1212
<artifactId>ninbot</artifactId>
13-
<version>3.5.1</version>
13+
<version>3.5.2</version>
1414
<name>Ninbot</name>
1515
<description>Discord bot for OCW Discord using JDA</description>
1616
<url>https://github.com/Nincodedo/Ninbot</url>
@@ -33,7 +33,7 @@
3333
<url>https://github.com/Nincodedo/Ninbot</url>
3434
</scm>
3535
<properties>
36-
<JDA.version>v5.0.0-alpha.13</JDA.version>
36+
<JDA.version>5.0.0-alpha.13</JDA.version>
3737
<archunit.version>0.23.1</archunit.version>
3838
<assertj-core.version>3.23.1</assertj-core.version>
3939
<commons-io.version>2.11.0</commons-io.version>
@@ -114,7 +114,7 @@
114114
<artifactId>mysql-connector-java</artifactId>
115115
</dependency>
116116
<dependency>
117-
<groupId>com.github.DV8FromtheWorld</groupId>
117+
<groupId>net.dv8tion</groupId>
118118
<artifactId>JDA</artifactId>
119119
<version>${JDA.version}</version>
120120
<exclusions>

0 commit comments

Comments
 (0)