Skip to content

Commit

Permalink
fix(deps): update ktor monorepo to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 4d4895d commit efa4d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ktor/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.1.10"
ktor = "3.0.3"
ktor = "3.1.0"
exposed = "0.59.0"

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlinx-coroutines = "1.10.1"
kotlinx-serialization = "1.8.0"
kotlinx-benchmark = "0.4.13"
jackson = "2.18.2"
ktor = "3.0.3"
ktor = "3.1.0"
junit-jupiter = "5.11.4"

[plugins]
Expand Down

0 comments on commit efa4d77

Please sign in to comment.