Skip to content

Commit

Permalink
Update dependency net.dv8tion:JDA to v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent d81aff6 commit b055fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
annotationProcessor("org.projectlombok:lombok:1.18.32")
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
api("net.dv8tion:JDA:5.0.0-beta.24")
api("net.dv8tion:JDA:5.2.0")
}

tasks.test {
Expand Down

0 comments on commit b055fdc

Please sign in to comment.