@@ -2,7 +2,7 @@ plugins {
2
2
id ' java'
3
3
id ' application'
4
4
id ' com.github.johnrengelman.shadow' version ' 2.0.1'
5
- id ' com.github.ben-manes.versions' version ' 0.15 .0'
5
+ id ' com.github.ben-manes.versions' version ' 0.17 .0'
6
6
}
7
7
8
8
mainClassName = ' io.github.jdaapplications.guildbot.GuildBot'
@@ -17,12 +17,12 @@ repositories {
17
17
}
18
18
19
19
dependencies {
20
- compile group : ' net.dv8tion' , name : ' JDA' , version : ' 3.3.0_261 '
21
- compile group : ' com.sedmelluq' , name : ' lavaplayer' , version : ' 1.2.43 '
20
+ compile group : ' net.dv8tion' , name : ' JDA' , version : ' 3.3.1_303 '
21
+ compile group : ' com.sedmelluq' , name : ' lavaplayer' , version : ' 1.2.44 '
22
22
compile group : ' org.hjson' , name : ' hjson' , version : ' 3.0.0'
23
- compile group : ' org.codehaus.groovy' , name : ' groovy-jsr223' , version : ' 2.4.9 '
24
- compile group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.3'
25
- compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.6 '
23
+ compile group : ' org.codehaus.groovy' , name : ' groovy-jsr223' , version : ' 2.4.12 '
24
+ compile group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.3'
25
+ compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.7 '
26
26
}
27
27
28
28
compileJava. options. encoding = ' UTF-8'
0 commit comments