Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 14696d9

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.9.2
1 parent 06adf04 commit 14696d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
}
2929

3030
dependencies {
31-
testImplementation(platform("org.junit:junit-bom:5.9.1"))
31+
testImplementation(platform("org.junit:junit-bom:5.9.2"))
3232
testImplementation("org.junit.jupiter:junit-jupiter")
3333
testImplementation("io.mockk:mockk:1.13.1")
3434
testImplementation("io.kotest:kotest-assertions-core:5.4.2")

0 commit comments

Comments
 (0)