Skip to content

Commit cb528b7

Browse files
authored
Merge pull request #34 from faststats-dev/renovate/junit-framework-monorepo
Update dependency org.junit:junit-bom to v6.1.0-M1
2 parents 4f19218 + c18385a commit cb528b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939

4040
testImplementation("com.google.code.gson:gson:2.13.2")
4141

42-
testImplementation(platform("org.junit:junit-bom:6.0.1"))
42+
testImplementation(platform("org.junit:junit-bom:6.1.0-M1"))
4343
testImplementation("org.junit.jupiter:junit-jupiter")
4444
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
4545
}

0 commit comments

Comments
 (0)