Skip to content

Commit b8eecca

Browse files
Updated gradle and dependencies
1 parent b035981 commit b8eecca

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,8 @@ gradle-app.setting
169169

170170
# End of https://www.gitignore.io/api/java,gradle,eclipse,netbeans,intellij+iml
171171

172+
# Project files
173+
.idea/
174+
172175
### Project ###
173176
/.token

build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id 'application'
44
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'
66
}
77

88
mainClassName = 'io.github.jdaapplications.guildbot.GuildBot'
@@ -17,12 +17,12 @@ repositories {
1717
}
1818

1919
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'
2222
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'
2626
}
2727

2828
compileJava.options.encoding = 'UTF-8'

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Tue Sep 05 18:35:32 CEST 2017
1+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip
5+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)