Skip to content

Commit 36ba9fc

Browse files
fix(deps): update ktor to v2.3.11
1 parent 5e4b0af commit 36ba9fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/algoliasearch-client-kotlin/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "1.9.24"
3-
ktor = "2.3.10"
3+
ktor = "2.3.11"
44

55
[libraries]
66
# Kotlin

snippets/kotlin/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "1.9.24"
33
coroutines = "1.7.3"
44
serialization = "1.5.0"
5-
ktor = "2.3.10"
5+
ktor = "2.3.11"
66

77
[libraries]
88
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.6.3" }

tests/output/kotlin/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "1.9.24"
33
coroutines = "1.8.1"
44
serialization = "1.5.0"
5-
ktor = "2.3.10"
5+
ktor = "2.3.11"
66

77
[libraries]
88
coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines" }

0 commit comments

Comments
 (0)