Skip to content

Commit

Permalink
fix(deps): update dependency org.junit.jupiter:junit-jupiter-api to v…
Browse files Browse the repository at this point in the history
…5.11.4
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 3a994df commit 6582ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
compileOnly("net.okocraft.box:box-gui-feature:6.0.0-rc.2")
compileOnly("net.okocraft.box:box-stick-feature:6.0.0-rc.2")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
testRuntimeOnly("io.papermc.paper:paper-api:$mcVersion-R0.1-SNAPSHOT")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down

0 comments on commit 6582ed6

Please sign in to comment.