Skip to content

Commit

Permalink
chore(deps): bump io.ktor:ktor-server-core in /run/ktor-hello-world (#…
Browse files Browse the repository at this point in the history
…1004)

Bumps [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) from 2.3.8 to 2.3.9.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 54a7742 commit 3b84b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/ktor-hello-world/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation(kotlin("reflect"))
implementation("io.ktor:ktor-server-core:2.3.8")
implementation("io.ktor:ktor-server-core:2.3.9")
implementation("io.ktor:ktor-server-call-logging:2.3.9")
implementation("io.ktor:ktor-server-default-headers:2.3.8")
implementation("io.ktor:ktor-server-cio:2.3.9")
Expand Down

0 comments on commit 3b84b24

Please # to comment.