Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Nov 26, 2017
1 parent 69c54a9 commit f5d5096
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
.gradle/*
build/*
*.jar
!gradle/wrapper/gradle-wrapper.jar
4 changes: 2 additions & 2 deletions LavalinkClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ ext {
moduleName = 'Lavalink-Client'
}
dependencies {
compile group: 'com.sedmelluq', name: 'lavaplayer', version: '1.2.44'
compile group: 'com.sedmelluq', name: 'lavaplayer', version: '1.2.45'
compile group: 'org.java-websocket', name: 'Java-WebSocket', version: '1.3.4'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
compile group: 'org.json', name: 'json', version: '20170516'
compile group: 'net.dv8tion', name: 'JDA', version: '3.3.1_297'
compile group: 'net.dv8tion', name: 'JDA', version: '3.3.1_307'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.0.0-M4'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.0.0-M4'
testCompile group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.0.0-M4'
Expand Down
7 changes: 3 additions & 4 deletions LavalinkServer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@ jar {
publishToMavenLocal.dependsOn 'bootRepackage'

dependencies {
compile group: 'com.sedmelluq', name: 'lavaplayer', version: '1.2.44'
compile group: 'com.sedmelluq', name: 'lavaplayer', version: '1.2.45'
compile group: 'com.github.DV8FromTheWorld', name: 'JDA-Audio', version: '7a3f9d40a32b74b6e85e0e0c8f9a051f004b5584'
compile group: 'com.github.FredBoat', name: 'jda-nas', version: '1.0.6.1-JDA-Audio'
compile group: 'com.github.shredder121', name: 'jda-async-packetprovider', version: '1.0'
compile group: 'org.java-websocket', name: 'Java-WebSocket', version: '1.3.4'
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
compile group: 'io.sentry', name: 'sentry-logback', version: '1.5.3'
compile group: 'com.github.oshi', name: 'oshi-core', version: '3.4.3'
compile group: 'org.json', name: 'json', version: '20170516'
compile group: 'com.github.FredBoat', name: 'jda-nas', version: '1.0.5.1-JDA-Audio'
compile group: 'com.sedmelluq', name: 'lavaplayer-common', version: '1.0.5'
compile group: 'com.google.guava', name: 'guava', version: '22.0'
compile group: 'com.github.shredder121', name: 'jda-async-packetprovider', version: '1.0'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '1.5.4.RELEASE'
compile group: 'org.springframework.boot', name: 'spring-boot-autoconfigure', version: '1.5.4.RELEASE'
compile group: 'org.springframework', name: 'spring-web', version: '4.3.9.RELEASE'
Expand Down

0 comments on commit f5d5096

Please sign in to comment.