File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 // Geometry (for testfly collision detection via PortalCollisionHelper)
1919 implementation(libs.geometry)
2020 // Test
21- testImplementation(platform(" org.junit:junit-bom:5.14.3 " ))
21+ testImplementation(platform(" org.junit:junit-bom:5.14.4 " ))
2222 testImplementation(" org.junit.jupiter:junit-jupiter" )
2323 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2424 testImplementation(" org.assertj:assertj-core:3.27.7" )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
2424 runtimeOnly(libs.log4j2.slf4j2)
2525
2626 testImplementation(libs.minecraft.minestom.testing)
27- testImplementation(platform(" org.junit:junit-bom:5.14.3 " ))
27+ testImplementation(platform(" org.junit:junit-bom:5.14.4 " ))
2828 testImplementation(" org.junit.jupiter:junit-jupiter" )
2929 testImplementation(" org.assertj:assertj-core:3.27.7" )
3030 testImplementation(libs.archunit.junit5)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 // Annotations
1919 compileOnly(libs.jetbrains.annotations)
2020 // Test
21- testImplementation(platform(" org.junit:junit-bom:5.14.3 " ))
21+ testImplementation(platform(" org.junit:junit-bom:5.14.4 " ))
2222 testImplementation(" org.junit.jupiter:junit-jupiter" )
2323 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2424 testImplementation(" org.assertj:assertj-core:3.27.7" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88 implementation(libs.jetbrains.annotations)
99 implementation(project(" :shared:common" ))
1010
11- testImplementation(platform(" org.junit:junit-bom:5.14.3 " ))
11+ testImplementation(platform(" org.junit:junit-bom:5.14.4 " ))
1212 testImplementation(" org.junit.jupiter:junit-jupiter" )
1313 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1414 testImplementation(" org.assertj:assertj-core:3.27.7" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 implementation(libs.geometry)
77 compileOnly(libs.jetbrains.annotations)
88 // Test
9- testImplementation(platform(" org.junit:junit-bom:5.14.3 " ))
9+ testImplementation(platform(" org.junit:junit-bom:5.14.4 " ))
1010 testImplementation(" org.junit.jupiter:junit-jupiter" )
1111 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1212 testImplementation(" org.assertj:assertj-core:3.27.7" )
You can’t perform that action at this time.
0 commit comments