Skip to content

Commit

Permalink
Update junit to v5.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 5, 2024
1 parent 3c91e37 commit 647b930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ allprojects {
compileOnly(libs.jetbrains.annotations)

testImplementation(libs.spigot.v16)
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation(testlibs.mockbukkit)
testImplementation("org.junit.jupiter", "junit-jupiter")
}
Expand Down
2 changes: 1 addition & 1 deletion companies-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
}

Expand Down

0 comments on commit 647b930

Please sign in to comment.