Skip to content

Commit 975d5b8

Browse files
authored
Merge pull request #460 from KittyBot-Org/development
Dependencies (#459)
2 parents f25c97f + ced5eed commit 975d5b8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'application'
4-
id 'com.github.johnrengelman.shadow' version '7.0.0'
4+
id 'com.github.johnrengelman.shadow' version '7.1.0'
55
id 'nu.studer.jooq' version '6.0.1'
66
}
77

@@ -17,11 +17,11 @@ repositories {
1717

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

2727
// audio
@@ -33,13 +33,13 @@ dependencies {
3333

3434
// database
3535
implementation 'com.zaxxer:HikariCP:5.0.0'
36-
implementation 'org.jooq:jooq:3.15.2'
37-
implementation 'org.postgresql:postgresql:42.2.23'
38-
jooqGenerator 'org.postgresql:postgresql:42.2.23'
36+
implementation 'org.jooq:jooq:3.15.4'
37+
implementation 'org.postgresql:postgresql:42.3.0'
38+
jooqGenerator 'org.postgresql:postgresql:42.3.0'
3939

4040
// logging
4141
implementation 'ch.qos.logback:logback-classic:1.3.0-alpha10'
42-
implementation 'io.sentry:sentry-logback:5.1.2'
42+
implementation 'io.sentry:sentry-logback:5.2.4'
4343

4444
// eval
4545
implementation 'org.codehaus.groovy:groovy-jsr223:3.0.9'
@@ -55,10 +55,10 @@ dependencies {
5555
implementation 'io.prometheus:simpleclient_httpserver:0.12.0'
5656

5757
// other
58-
implementation 'io.javalin:javalin:3.13.11'
59-
implementation 'io.github.classgraph:classgraph:4.8.115'
60-
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
61-
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
58+
implementation 'io.javalin:javalin:4.1.1'
59+
implementation 'io.github.classgraph:classgraph:4.8.129'
60+
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.4'
61+
implementation 'com.squareup.okhttp3:okhttp:4.9.2'
6262
}
6363

6464
jooq {

0 commit comments

Comments
 (0)