Skip to content

Commit

Permalink
Merge pull request #460 from KittyBot-Org/development
Browse files Browse the repository at this point in the history
Dependencies (#459)
  • Loading branch information
topi314 authored Oct 28, 2021
2 parents f25c97f + ced5eed commit 975d5b8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'application'
id 'com.github.johnrengelman.shadow' version '7.0.0'
id 'com.github.johnrengelman.shadow' version '7.1.0'
id 'nu.studer.jooq' version '6.0.1'
}

Expand All @@ -17,11 +17,11 @@ repositories {

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

// audio
Expand All @@ -33,13 +33,13 @@ dependencies {

// database
implementation 'com.zaxxer:HikariCP:5.0.0'
implementation 'org.jooq:jooq:3.15.2'
implementation 'org.postgresql:postgresql:42.2.23'
jooqGenerator 'org.postgresql:postgresql:42.2.23'
implementation 'org.jooq:jooq:3.15.4'
implementation 'org.postgresql:postgresql:42.3.0'
jooqGenerator 'org.postgresql:postgresql:42.3.0'

// logging
implementation 'ch.qos.logback:logback-classic:1.3.0-alpha10'
implementation 'io.sentry:sentry-logback:5.1.2'
implementation 'io.sentry:sentry-logback:5.2.4'

// eval
implementation 'org.codehaus.groovy:groovy-jsr223:3.0.9'
Expand All @@ -55,10 +55,10 @@ dependencies {
implementation 'io.prometheus:simpleclient_httpserver:0.12.0'

// other
implementation 'io.javalin:javalin:3.13.11'
implementation 'io.github.classgraph:classgraph:4.8.115'
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'io.javalin:javalin:4.1.1'
implementation 'io.github.classgraph:classgraph:4.8.129'
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.4'
implementation 'com.squareup.okhttp3:okhttp:4.9.2'
}

jooq {
Expand Down

0 comments on commit 975d5b8

Please sign in to comment.