Skip to content

Commit 4c3480c

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.11.3
1 parent 706dd1a commit 4c3480c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ subprojects {
2525

2626
dependencies {
2727
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
28-
testImplementation(platform("org.junit:junit-bom:5.11.2"))
28+
testImplementation(platform("org.junit:junit-bom:5.11.3"))
2929
testImplementation("org.junit.jupiter:junit-jupiter")
3030
}
3131

0 commit comments

Comments
 (0)