Skip to content

Commit 36b6845

Browse files
committed
Bump JUnit.
1 parent bcdd661 commit 36b6845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testproject/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sourceSets {
2222
group = "mdgtestproject"
2323

2424
dependencies {
25-
testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.2"))
25+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.14.1"))
2626
testImplementation 'org.junit.jupiter:junit-jupiter'
2727
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2828
testImplementation "net.neoforged:testframework:${project.neoforge_version}"

0 commit comments

Comments
 (0)