Skip to content

Commit 20f3217

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.13.1
1 parent aa93856 commit 20f3217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25")
1313

1414
testImplementation(kotlin("test"))
15-
testImplementation(platform("org.junit:junit-bom:5.10.0"))
15+
testImplementation(platform("org.junit:junit-bom:5.13.1"))
1616
testImplementation("org.junit.jupiter:junit-jupiter")
1717
testImplementation("com.willowtreeapps.assertk:assertk:0.28.1")
1818
}

0 commit comments

Comments
 (0)