This repository was archived by the owner on Dec 15, 2024. It is now read-only.
File tree 2 files changed +7
-7
lines changed
kotest-extensions-ktor-openapi-model
kotest-extensions-ktor-openapi-plugin
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
17
17
}
18
18
19
19
dependencies {
20
- api(" io.ktor:ktor-server-core:2.2.4 " )
20
+ api(" io.ktor:ktor-server-core:2.3.12 " )
21
21
}
22
22
23
23
tasks.withType<KotlinCompile > {
Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ repositories {
19
19
20
20
dependencies {
21
21
api(projects.kotestExtensionsKtorOpenapiModel)
22
- implementation(" io.ktor:ktor-server-core:2.2.4 " )
23
- implementation(" io.ktor:ktor-server-auth:2.2.4 " )
22
+ implementation(" io.ktor:ktor-server-core:2.3.12 " )
23
+ implementation(" io.ktor:ktor-server-auth:2.3.12 " )
24
24
implementation(" io.swagger.parser.v3:swagger-parser:2.1.22" )
25
25
implementation(" io.kotest:kotest-framework-api:5.5.5" )
26
26
implementation(" io.kotest:kotest-framework-engine:5.5.5" )
27
- testImplementation(" io.ktor:ktor-client-apache:2.2.4 " )
27
+ testImplementation(" io.ktor:ktor-client-apache:2.3.12 " )
28
28
testImplementation(" io.kotest:kotest-runner-junit5:5.5.5" )
29
29
testImplementation(" io.kotest:kotest-assertions-core:5.5.5" )
30
- testImplementation(" io.ktor:ktor-server-test-host:2.2.4 " )
31
- testImplementation(" io.ktor:ktor-serialization-jackson:2.2.4 " )
32
- testImplementation(" io.ktor:ktor-server-content-negotiation:2.2.4 " )
30
+ testImplementation(" io.ktor:ktor-server-test-host:2.3.12 " )
31
+ testImplementation(" io.ktor:ktor-serialization-jackson:2.3.12 " )
32
+ testImplementation(" io.ktor:ktor-server-content-negotiation:2.3.12 " )
33
33
}
34
34
35
35
tasks.test {
You can’t perform that action at this time.
0 commit comments