Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
65f66b99ae Update dependency org.junit:junit-bom to v5.14.3 2026-02-15 13:59:30 +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:5.14.3"))
testImplementation("org.junit.jupiter:junit-jupiter")
implementation(kotlin("stdlib-jdk8"))