Skip to content

Commit

Permalink
build(deps): bump io.ktor:ktor-server-netty from 2.3.8 to 2.3.10
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.10.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 87813bb commit 627e45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

implementation("io.ktor:ktor-server-core:2.3.8")
implementation("io.ktor:ktor-server-netty:2.3.8")
implementation("io.ktor:ktor-server-netty:2.3.10")
implementation("io.ktor:ktor-server-content-negotiation:2.3.8")
implementation("io.ktor:ktor-client-content-negotiation:2.3.8")
implementation("io.ktor:ktor-serialization-gson:2.3.8")
Expand Down

0 comments on commit 627e45a

Please sign in to comment.