Skip to content

Commit

Permalink
fix(deps): update ktor monorepo to v3 (major) (#4044)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 559d131 commit 5844017
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guides/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation("com.algolia:algoliasearch-client-kotlin")
implementation("io.ktor:ktor-client-okhttp:2.3.12")
implementation("io.ktor:ktor-client-okhttp:3.0.0")
implementation("ch.qos.logback:logback-classic:1.5.10")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.0.21"
coroutines = "1.7.3"
serialization = "1.5.0"
ktor = "2.3.12"
ktor = "3.0.0"

[libraries]
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.3" }
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation("com.algolia:algoliasearch-client-kotlin")
implementation("io.ktor:ktor-client-okhttp:2.3.12")
implementation("io.ktor:ktor-client-okhttp:3.0.0")
implementation("ch.qos.logback:logback-classic:1.5.10")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
}
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.0.21"
coroutines = "1.7.3"
serialization = "1.5.0"
ktor = "2.3.12"
ktor = "3.0.0"

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

0 comments on commit 5844017

Please sign in to comment.