Skip to content

Commit bb7f734

Browse files
authored
Merge pull request #7 from TheNextLvl-net/renovate/junit-framework-monorepo
Update dependency org.junit:junit-bom to v6.1.0-M1
2 parents a44897e + 196e880 commit bb7f734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
compileOnly("org.jetbrains:annotations:26.0.2-1")
2525
compileOnly("org.jspecify:jspecify:1.0.0")
2626

27-
testImplementation(platform("org.junit:junit-bom:6.0.1"))
27+
testImplementation(platform("org.junit:junit-bom:6.1.0-M1"))
2828
testImplementation("org.junit.jupiter:junit-jupiter")
2929
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3030
}

0 commit comments

Comments
 (0)