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 5, 2024
1 parent 02a0304 commit 63ff52a
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.1"
ktor = "3.0.2"
exposed = "0.56.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.1"
ktor = "3.0.2"
junit-jupiter = "5.11.3"

[plugins]
Expand Down

0 comments on commit 63ff52a

Please sign in to comment.