Skip to content

Commit

Permalink
Update dependency net.dv8tion:JDA to v5.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2023
1 parent 79f66dc commit 89c63f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {

//noinspection GradlePackageUpdate
api 'commons-io:commons-io:2.13.0'
api 'net.dv8tion:JDA:5.0.0-beta.10'
api 'net.dv8tion:JDA:5.0.0-beta.11'
api 'org.apache.commons:commons-lang3:3.12.0'
api 'me.mattstudios:triumph-config:1.0.5-SNAPSHOT'
api 'com.github.minndevelopment:jda-ktx:0.10.0-beta.1'
Expand All @@ -64,7 +64,7 @@ dependencies {
// api 'org.codehaus.groovy:groovy-jsr223:3.0.8'

// testImplementation "net.dv8tion:JDA:$JDA_VER"
testImplementation 'net.dv8tion:JDA:5.0.0-beta.10'
testImplementation 'net.dv8tion:JDA:5.0.0-beta.11'
testImplementation 'commons-io:commons-io:2.13.0'
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
testImplementation 'me.mattstudios:triumph-config:1.0.5-SNAPSHOT'
Expand Down

0 comments on commit 89c63f8

Please sign in to comment.