Skip to content

Commit

Permalink
chore(deps): bump io.ktor:ktor-server-cio in /run/ktor-hello-world
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-server-cio](https://github.com/ktorio/ktor) from 2.3.9 to 3.0.3.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.9...3.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent fabbf5b commit f60b2be
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 @@ -12,7 +12,7 @@ dependencies {
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")
implementation("io.ktor:ktor-server-cio:3.0.3")
runtimeOnly("ch.qos.logback:logback-classic:1.5.3")
}

Expand Down

0 comments on commit f60b2be

Please sign in to comment.