Skip to content

Commit e88adff

Browse files
NotStirredCursedFlames
authored andcommitted
Update junit to match neo
1 parent 7eb3adb commit e88adff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@ dependencies {
247247
// NeoForge does not yet support JUnit tests, so we use fabric loader for this instead.
248248
testImplementation("net.fabricmc:fabric-loader-junit:0.15.3") // required for bootstrapping in unit tests
249249
testImplementation("org.assertj:assertj-core:3.25.1")
250-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
251-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.2")
250+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
251+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
252252
testImplementation("org.mockito:mockito-core:5.2.0")
253-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
253+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
254254

255255
testImplementation("org.hamcrest:hamcrest-junit:2.0.0.0")
256256
testImplementation("org.hamcrest:hamcrest:2.2")

0 commit comments

Comments
 (0)