Skip to content

Commit

Permalink
fix(deps): update ktor to v2.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent e62614e commit 557edfb
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 = "1.9.23"
ktor = "2.3.10"
ktor = "2.3.11"

[libraries]
# Kotlin
Expand Down
2 changes: 1 addition & 1 deletion snippets/kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "1.9.23"
coroutines = "1.7.3"
serialization = "1.5.0"
ktor = "2.3.10"
ktor = "2.3.11"

[libraries]
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.6.3" }
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 = "1.9.23"
coroutines = "1.8.0"
serialization = "1.5.0"
ktor = "2.3.10"
ktor = "2.3.11"

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

0 comments on commit 557edfb

Please sign in to comment.