Update dependency net.dv8tion:JDA to v5.3.0
All checks were successful
Production deployment / Building and pushing (push) Successful in 2m10s

This commit was merged in pull request #33.
This commit is contained in:
Renovate Bot
2025-02-03 00:01:02 +00:00
parent 3c0103c4ed
commit dd7dfaedaf

View File

@@ -35,7 +35,7 @@ dependencies {
implementation 'org.slf4j:slf4j-simple:2.0.16' implementation 'org.slf4j:slf4j-simple:2.0.16'
implementation 'org.apache.commons:commons-lang3:3.17.0' implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'dev.arbjerg:lavaplayer:2.2.3' 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'
} }