Update dependency org.junit:junit-bom to v6

This commit is contained in:
renovate[bot]
2026-02-15 13:59:35 +00:00
committed by GitHub
parent 89dbda55b8
commit ac5c1cb011

View File

@@ -11,7 +11,7 @@ repositories {
} }
dependencies { dependencies {
testImplementation(platform("org.junit:junit-bom:5.14.0")) testImplementation(platform("org.junit:junit-bom:6.0.3"))
testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.jupiter:junit-jupiter")
implementation(kotlin("stdlib-jdk8")) implementation(kotlin("stdlib-jdk8"))