Skip to content

Commit

Permalink
Merge pull request #16 from CodeMC/dependabot/gradle/net.dv8tion-JDA-…
Browse files Browse the repository at this point in the history
…5.2.1

Bump net.dv8tion:JDA from 5.2.0 to 5.2.1
  • Loading branch information
Andre601 authored Nov 11, 2024
2 parents 0c6d33e + ef591ec commit af5fab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {

dependencies {
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.12'
implementation(group: 'net.dv8tion', name: 'JDA', version:'5.2.0'){
implementation(group: 'net.dv8tion', name: 'JDA', version:'5.2.1'){
exclude(module: 'opus-java')
}
implementation group: 'pw.chew', name: 'jda-chewtils-commons', version: '2.0'
Expand Down

0 comments on commit af5fab4

Please sign in to comment.