Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2024
1 parent 8d448f3 commit e0a348e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

checkstyle {
toolVersion = "10.17.0"
toolVersion = "10.18.0"

configFile = file("${rootDir}/checkstyle/checkstyle.xml")

Expand All @@ -41,7 +41,7 @@ configurations.named("checkstyle") {

dependencies {
// JDA
implementation("net.dv8tion:JDA:5.0.2") {
implementation("net.dv8tion:JDA:5.1.0") {
exclude("opus-java", "opus-java")
}

Expand Down

0 comments on commit e0a348e

Please sign in to comment.