Skip to content

Commit

Permalink
Bump io.ktor:ktor-server-netty from 2.3.8 to 2.3.9
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-server-netty](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-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 73d6786 commit 4845efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniweb/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val ktor_version = "1.6.7"

dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("io.ktor:ktor-server-netty:2.3.8")
implementation("io.ktor:ktor-server-netty:2.3.9")
implementation("io.ktor:ktor-html-builder:1.6.8")
implementation("io.github.microutils:kotlin-logging:4.0.0-beta-2")
implementation("org.slf4j:slf4j-simple:2.0.12")
Expand Down

0 comments on commit 4845efd

Please sign in to comment.