3 Commits

Author SHA1 Message Date
Renovate Bot
3b194d10f6 Update dependency org.slf4j:slf4j-simple to v2.0.17 2025-02-26 00:00:59 +00:00
Renovate Bot
dd7dfaedaf Update dependency net.dv8tion:JDA to v5.3.0
All checks were successful
Production deployment / Building and pushing (push) Successful in 2m10s
2025-02-03 00:01:02 +00:00
Renovate Bot
3c0103c4ed Update dependency dev.arbjerg:lavaplayer to v2.2.3 2025-02-02 00:00:42 +00:00

View File

@@ -32,10 +32,10 @@ dependencies {
implementation 'com.google.guava:guava:33.4.0-jre' implementation 'com.google.guava:guava:33.4.0-jre'
implementation 'com.github.oshi:oshi-core:6.6.6' implementation 'com.github.oshi:oshi-core:6.6.6'
implementation 'com.github.oshi:oshi-json:3.13.6' implementation 'com.github.oshi:oshi-json:3.13.6'
implementation 'org.slf4j:slf4j-simple:2.0.16' implementation 'org.slf4j:slf4j-simple:2.0.17'
implementation 'org.apache.commons:commons-lang3:3.17.0' implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'dev.arbjerg:lavaplayer:2.2.2' implementation 'dev.arbjerg:lavaplayer:2.2.3'
implementation 'net.dv8tion:JDA:5.2.3' implementation 'net.dv8tion:JDA:5.3.0'
implementation 'org.reflections:reflections:0.10.2' implementation 'org.reflections:reflections:0.10.2'
} }