This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
testImplementation(" io.kotest:kotest-assertions-core-jvm:5.6.2" )
52
52
testImplementation(" io.ktor:ktor-server-test-host:$ktorVersion " )
53
53
testImplementation(" io.mockk:mockk:1.13.5" )
54
- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.9.3 " )
54
+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.10.0 " )
55
55
}
56
56
57
57
// Tasks ---------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
41
41
testImplementation(kotlin(" test" ))
42
42
testImplementation(" io.kotest:kotest-assertions-core-jvm:5.6.2" )
43
43
testImplementation(" io.mockk:mockk:1.13.5" )
44
- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.9.3 " )
44
+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.10.0 " )
45
45
}
46
46
47
47
// Tasks ---------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments