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

Commit edd3765

Browse files
committed
Bumped deps
1 parent 31f6d4a commit edd3765

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ repositories {
1919
}
2020

2121
dependencies {
22-
implementation("io.ktor:ktor-server-core:2.2.1")
23-
implementation("io.ktor:ktor-server-auth:2.2.1")
24-
implementation("io.swagger.parser.v3:swagger-parser:2.1.8")
25-
testImplementation("io.ktor:ktor-client-apache:2.2.1")
22+
implementation("io.ktor:ktor-server-core:2.2.4")
23+
implementation("io.ktor:ktor-server-auth:2.2.4")
24+
implementation("io.swagger.parser.v3:swagger-parser:2.1.12")
25+
testImplementation("io.ktor:ktor-client-apache:2.2.4")
2626
testImplementation("io.kotest:kotest-runner-junit5:5.5.4")
2727
testImplementation("io.kotest:kotest-assertions-core:5.5.4")
28-
testImplementation("io.ktor:ktor-server-test-host:2.2.1")
28+
testImplementation("io.ktor:ktor-server-test-host:2.2.4")
2929
}
3030

3131
tasks.test {

0 commit comments

Comments
 (0)