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 {
17
17
18
18
dependencies {
19
19
// discord/jda related
20
- implementation(' net.dv8tion:JDA:4.3.0_298 ' ) {
20
+ implementation(' net.dv8tion:JDA:4.3.0_306 ' ) {
21
21
exclude group : ' club.minnced' , module : ' opus-java'
22
22
}
23
23
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 '
25
25
implementation ' dev.mlnr:BotListHandler-jda:2.0.0_8'
26
26
27
27
// audio
@@ -38,7 +38,7 @@ dependencies {
38
38
jooqGenerator ' org.postgresql:postgresql:42.2.23'
39
39
40
40
// logging
41
- implementation ' ch.qos.logback:logback-classic:1.3.0-alpha5 '
41
+ implementation ' ch.qos.logback:logback-classic:1.3.0-alpha6 '
42
42
implementation ' io.sentry:sentry-logback:5.0.1'
43
43
44
44
// eval
@@ -56,7 +56,7 @@ dependencies {
56
56
57
57
// other
58
58
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 '
60
60
implementation ' com.github.ben-manes.caffeine:caffeine:3.0.3'
61
61
implementation ' com.squareup.okhttp3:okhttp:4.9.1'
62
62
}
You can’t perform that action at this time.
0 commit comments