Update dependency org.junit:junit-bom to v5.13.1 (#25)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-08 14:17:02 +02:00
committed by GitHub
parent 3c0eed60a7
commit 9d94d22a5e

View File

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