Skip to content

Commit

Permalink
Update junit to v5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 16, 2024
1 parent 936be60 commit fea4680
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 @@ allprojects {

testImplementation("org.jetbrains", "annotations", "24.1.0")
testImplementation("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.10.1")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.10.1")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.0")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.11.0")
testImplementation("org.mockito", "mockito-core", "5.12.0")
testImplementation("com.github.seeseemelk", "MockBukkit-v1.19", "2.145.0")
}
Expand Down

0 comments on commit fea4680

Please sign in to comment.