Skip to content

Commit

Permalink
fix(deps): update ktor monorepo to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 49f51d8 commit 76dfcf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.1.0"
ktor = "3.0.1"
ktor = "3.0.2"

[libraries]
# Kotlin
Expand Down
2 changes: 1 addition & 1 deletion playground/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
implementation("com.algolia:algoliasearch-client-kotlin")
implementation("io.ktor:ktor-client-okhttp:3.0.1")
implementation("io.ktor:ktor-client-okhttp:3.0.2")
implementation("ch.qos.logback:logback-classic:1.5.12")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
}
Expand Down
2 changes: 1 addition & 1 deletion tests/output/kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.1.0"
coroutines = "1.9.0"
serialization = "1.5.0"
ktor = "3.0.1"
ktor = "3.0.2"

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

0 comments on commit 76dfcf2

Please sign in to comment.