Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.3 to 5.11.0 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent 46f8ba9 commit 5f322ad
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 @@ -53,8 +53,8 @@ repositories {
val lombokVersion = "1.18.34"

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.3")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.3")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.0")
testImplementation("ch.qos.logback:logback-classic:1.5.7")

api("net.dv8tion:JDA:5.0.2") {
Expand Down

0 comments on commit 5f322ad

Please sign in to comment.