Skip to content

Commit 3df1bd7

Browse files
committed
build: update dependencies
1 parent 9d8a306 commit 3df1bd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ repositories {
1717
}
1818

1919
dependencies {
20-
implementation("io.ktor:ktor-client-okhttp-jvm:2.1.2") {
20+
implementation("io.ktor:ktor-client-okhttp-jvm:2.1.3") {
2121
exclude(group = "org.jetbrains.kotlin")
2222
exclude(group = "org.jetbrains.kotlinx")
2323
}
24-
implementation("io.ktor:ktor-client-content-negotiation:2.1.2") {
24+
implementation("io.ktor:ktor-client-content-negotiation:2.1.3") {
2525
exclude(group = "org.jetbrains.kotlin")
2626
exclude(group = "org.jetbrains.kotlinx")
2727
}
28-
implementation("io.ktor:ktor-serialization-kotlinx-json:2.1.2") {
28+
implementation("io.ktor:ktor-serialization-kotlinx-json:2.1.3") {
2929
exclude(group = "org.jetbrains.kotlin")
3030
exclude(group = "org.jetbrains.kotlinx")
3131
}

0 commit comments

Comments
 (0)