Skip to content

Commit 509568a

Browse files
authored
Merge pull request #55 from TheNextLvl-net/renovate/junit-framework-monorepo
fix(deps): update dependency org.junit:junit-bom to v6.1.0-snapshot
2 parents 20f5321 + 75e36bd commit 509568a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
isTransitive = false
3636
}
3737

38-
testImplementation(platform("org.junit:junit-bom:6.0.0-SNAPSHOT"))
38+
testImplementation(platform("org.junit:junit-bom:6.1.0-SNAPSHOT"))
3939
testImplementation("org.junit.jupiter:junit-jupiter")
4040
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
4141
}

0 commit comments

Comments
 (0)