We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd9f45f + f0a0b71 commit 5e6df9cCopy full SHA for 5e6df9c
build.gradle.kts
@@ -87,7 +87,7 @@ dependencies {
87
implementation("io.ktor:ktor-server-core-jvm:2.3.12")
88
implementation("io.ktor:ktor-server-swagger-jvm:2.3.12")
89
90
- testImplementation("io.mockk:mockk:1.13.11")
+ testImplementation("io.mockk:mockk:1.13.12")
91
testImplementation("io.ktor:ktor-server-tests:2.3.12")
92
testImplementation("io.ktor:ktor-client-mock:$ktor_version")
93
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
0 commit comments