File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments