Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
ac5c1cb011 Update dependency org.junit:junit-bom to v6 2026-02-15 13:59:35 +00:00

View File

@@ -11,7 +11,7 @@ repositories {
}
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")
implementation(kotlin("stdlib-jdk8"))