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 187d8d9 + 92a21b7 commit a5c7283Copy full SHA for a5c7283
build.gradle.kts
@@ -88,7 +88,7 @@ dependencies {
88
implementation("io.ktor:ktor-server-swagger-jvm:2.3.0")
89
90
testImplementation("io.mockk:mockk:1.12.4")
91
- testImplementation("io.ktor:ktor-server-tests:2.3.0")
+ testImplementation("io.ktor:ktor-server-tests:2.3.11")
92
testImplementation("io.ktor:ktor-client-mock:$ktor_version")
93
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
94
}
0 commit comments