File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ repositories {
1717
1818dependencies {
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}
You can’t perform that action at this time.
0 commit comments