Skip to content

Commit

Permalink
Merge pull request #398 from KittyBot-Org/development
Browse files Browse the repository at this point in the history
Dependency updates (#397)
  • Loading branch information
topi314 authored Aug 6, 2021
2 parents c59c94c + 22b6594 commit 83ad187
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ repositories {

dependencies {
// discord/jda related
implementation('net.dv8tion:JDA:4.3.0_298') {
implementation('net.dv8tion:JDA:4.3.0_306') {
exclude group: 'club.minnced', module: 'opus-java'
}
implementation 'com.jagrosh:jda-utilities:3.0.5'
implementation 'club.minnced:discord-webhooks:0.5.7'
implementation 'club.minnced:discord-webhooks:0.5.8'
implementation 'dev.mlnr:BotListHandler-jda:2.0.0_8'

// audio
Expand All @@ -38,7 +38,7 @@ dependencies {
jooqGenerator 'org.postgresql:postgresql:42.2.23'

// logging
implementation 'ch.qos.logback:logback-classic:1.3.0-alpha5'
implementation 'ch.qos.logback:logback-classic:1.3.0-alpha6'
implementation 'io.sentry:sentry-logback:5.0.1'

// eval
Expand All @@ -56,7 +56,7 @@ dependencies {

// other
implementation 'io.javalin:javalin:3.13.10'
implementation 'io.github.classgraph:classgraph:4.8.110'
implementation 'io.github.classgraph:classgraph:4.8.111'
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
}
Expand Down

0 comments on commit 83ad187

Please sign in to comment.