Skip to content

Commit a73172b

Browse files
Merge pull request #121 from Tisawesomeness/dev_jda5
Version 0.17.14
2 parents adbc575 + 7c3d17b commit a73172b

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

pom.xml

+10-5
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,25 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.tisawesomeness</groupId>
55
<artifactId>minecord</artifactId>
6-
<version>0.17.13</version>
6+
<version>0.17.14</version>
77

88
<repositories>
99
<repository>
1010
<id>jitpack.io</id>
1111
<url>https://jitpack.io</url>
1212
</repository>
13+
<repository>
14+
<id>maven_central</id>
15+
<name>Maven Central</name>
16+
<url>https://repo.maven.apache.org/maven2/</url>
17+
</repository>
1318
</repositories>
1419

1520
<dependencies>
1621
<dependency>
1722
<groupId>net.dv8tion</groupId>
1823
<artifactId>JDA</artifactId>
19-
<version>5.0.0-beta.24</version>
24+
<version>5.0.1</version>
2025
<exclusions>
2126
<exclusion>
2227
<groupId>club.minnced</groupId>
@@ -53,7 +58,7 @@
5358
<dependency>
5459
<groupId>com.mysql</groupId>
5560
<artifactId>mysql-connector-j</artifactId>
56-
<version>8.4.0</version>
61+
<version>9.0.0</version>
5762
</dependency>
5863
<dependency>
5964
<groupId>org.xerial</groupId>
@@ -63,12 +68,12 @@
6368
<dependency>
6469
<groupId>dnsjava</groupId>
6570
<artifactId>dnsjava</artifactId>
66-
<version>3.5.3</version>
71+
<version>3.6.0</version>
6772
</dependency>
6873
<dependency>
6974
<groupId>org.projectlombok</groupId>
7075
<artifactId>lombok</artifactId>
71-
<version>1.18.32</version>
76+
<version>1.18.34</version>
7277
<scope>provided</scope>
7378
</dependency>
7479
<dependency>

src/com/tisawesomeness/minecord/Bot.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public class Bot {
4545
public static final String donate = "https://ko-fi.com/tis_awesomeness";
4646
public static final String terms = "https://minecord.github.io/terms";
4747
public static final String privacy = "https://minecord.github.io/privacy";
48-
private static final String version = "0.17.13";
49-
public static final String jdaVersion = "5.0.0-beta.24";
48+
private static final String version = "0.17.14";
49+
public static final String jdaVersion = "5.0.1";
5050
public static final Color color = Color.GREEN;
5151

5252
public static ShardManager shardManager;

0 commit comments

Comments
 (0)