Skip to content

Commit

Permalink
fix(deps): update dependency net.dv8tion:jda to v5.0.0-beta.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent 6eba0ec commit 100d245
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 @@ -39,7 +39,7 @@ dependencies {
implementation(group = "org.flywaydb", name = "flyway-core")
implementation(group = "org.flywaydb", name = "flyway-mysql")
implementation(group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin")
implementation(group = "net.dv8tion", name = "JDA", version = "5.0.0-beta.21") {
implementation(group = "net.dv8tion", name = "JDA", version = "5.0.0-beta.22") {
exclude(group = "club.minnced", module = "opus-java")
}
implementation(group = "org.apache.commons", name = "commons-collections4", version = "4.4")
Expand Down

0 comments on commit 100d245

Please sign in to comment.