Skip to content

Commit

Permalink
GH-145 Update all dependencies (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent f44be74 commit f5d9d06
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.14.0"
toolVersion = "10.14.1"

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

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

dependencies {
// JDA
implementation("net.dv8tion:JDA:5.0.0-beta.20") {
implementation("net.dv8tion:JDA:5.0.0-beta.21") {
exclude("opus-java", "opus-java")
}

Expand Down

0 comments on commit f5d9d06

Please sign in to comment.