Skip to content

Commit 83ad187

Browse files
authored
Merge pull request #398 from KittyBot-Org/development
Dependency updates (#397)
2 parents c59c94c + 22b6594 commit 83ad187

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ repositories {
1717

1818
dependencies {
1919
// discord/jda related
20-
implementation('net.dv8tion:JDA:4.3.0_298') {
20+
implementation('net.dv8tion:JDA:4.3.0_306') {
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.7'
24+
implementation 'club.minnced:discord-webhooks:0.5.8'
2525
implementation 'dev.mlnr:BotListHandler-jda:2.0.0_8'
2626

2727
// audio
@@ -38,7 +38,7 @@ dependencies {
3838
jooqGenerator 'org.postgresql:postgresql:42.2.23'
3939

4040
// logging
41-
implementation 'ch.qos.logback:logback-classic:1.3.0-alpha5'
41+
implementation 'ch.qos.logback:logback-classic:1.3.0-alpha6'
4242
implementation 'io.sentry:sentry-logback:5.0.1'
4343

4444
// eval
@@ -56,7 +56,7 @@ dependencies {
5656

5757
// other
5858
implementation 'io.javalin:javalin:3.13.10'
59-
implementation 'io.github.classgraph:classgraph:4.8.110'
59+
implementation 'io.github.classgraph:classgraph:4.8.111'
6060
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
6161
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
6262
}

0 commit comments

Comments
 (0)