Skip to content

Commit

Permalink
fix(deps): update ktor monorepo to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 1b68d58 commit 1705dad
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.0"
ktor = "3.0.2"
ktor = "3.0.3"
exposed = "0.57.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 @@ -3,7 +3,7 @@ kotlin = "2.1.0"
kotlinx-coroutines = "1.9.0"
kotlinx-serialization = "1.7.3"
jackson = "2.18.2"
ktor = "3.0.2"
ktor = "3.0.3"
junit-jupiter = "5.11.4"

[plugins]
Expand Down

0 comments on commit 1705dad

Please sign in to comment.