File tree 2 files changed +12
-7
lines changed
src/com/tisawesomeness/minecord
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.tisawesomeness</groupId >
5
5
<artifactId >minecord</artifactId >
6
- <version >0.17.13 </version >
6
+ <version >0.17.14 </version >
7
7
8
8
<repositories >
9
9
<repository >
10
10
<id >jitpack.io</id >
11
11
<url >https://jitpack.io</url >
12
12
</repository >
13
+ <repository >
14
+ <id >maven_central</id >
15
+ <name >Maven Central</name >
16
+ <url >https://repo.maven.apache.org/maven2/</url >
17
+ </repository >
13
18
</repositories >
14
19
15
20
<dependencies >
16
21
<dependency >
17
22
<groupId >net.dv8tion</groupId >
18
23
<artifactId >JDA</artifactId >
19
- <version >5.0.0-beta.24 </version >
24
+ <version >5.0.1 </version >
20
25
<exclusions >
21
26
<exclusion >
22
27
<groupId >club.minnced</groupId >
53
58
<dependency >
54
59
<groupId >com.mysql</groupId >
55
60
<artifactId >mysql-connector-j</artifactId >
56
- <version >8.4 .0</version >
61
+ <version >9.0 .0</version >
57
62
</dependency >
58
63
<dependency >
59
64
<groupId >org.xerial</groupId >
63
68
<dependency >
64
69
<groupId >dnsjava</groupId >
65
70
<artifactId >dnsjava</artifactId >
66
- <version >3.5.3 </version >
71
+ <version >3.6.0 </version >
67
72
</dependency >
68
73
<dependency >
69
74
<groupId >org.projectlombok</groupId >
70
75
<artifactId >lombok</artifactId >
71
- <version >1.18.32 </version >
76
+ <version >1.18.34 </version >
72
77
<scope >provided</scope >
73
78
</dependency >
74
79
<dependency >
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ public class Bot {
45
45
public static final String donate = "https://ko-fi.com/tis_awesomeness" ;
46
46
public static final String terms = "https://minecord.github.io/terms" ;
47
47
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 " ;
50
50
public static final Color color = Color .GREEN ;
51
51
52
52
public static ShardManager shardManager ;
You can’t perform that action at this time.
0 commit comments