Skip to content

Commit 0b04b50

Browse files
fix(deps): update ktor monorepo to v3
1 parent 981cca2 commit 0b04b50

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/guides/kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212

1313
dependencies {
1414
implementation("com.algolia:algoliasearch-client-kotlin")
15-
implementation("io.ktor:ktor-client-okhttp:2.3.12")
15+
implementation("io.ktor:ktor-client-okhttp:3.0.0")
1616
implementation("ch.qos.logback:logback-classic:1.5.11")
1717
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
1818
}

docs/guides/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 = "2.0.21"
33
coroutines = "1.7.3"
44
serialization = "1.5.0"
5-
ktor = "2.3.12"
5+
ktor = "3.0.0"
66

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

docs/snippets/kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212

1313
dependencies {
1414
implementation("com.algolia:algoliasearch-client-kotlin")
15-
implementation("io.ktor:ktor-client-okhttp:2.3.12")
15+
implementation("io.ktor:ktor-client-okhttp:3.0.0")
1616
implementation("ch.qos.logback:logback-classic:1.5.11")
1717
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
1818
}

docs/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 = "2.0.21"
33
coroutines = "1.7.3"
44
serialization = "1.5.0"
5-
ktor = "2.3.12"
5+
ktor = "3.0.0"
66

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

0 commit comments

Comments
 (0)