Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Bump io.ktor:ktor-server-jetty from 2.2.3 to 2.2.4
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-server-jetty](https://github.com/ktorio/ktor) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.2.3...2.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 14, 2023
1 parent 9955149 commit 6ee0461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
////////////////////
// Ktor dependencvies
////////////////////
api("io.ktor:ktor-server-jetty:2.2.3")
api("io.ktor:ktor-server-jetty:2.2.4")
api("io.ktor:ktor-server-websockets:2.2.3")
api("io.ktor:ktor-server-default-headers:2.2.4")
api("io.ktor:ktor-server-compression:2.2.3")
Expand Down

0 comments on commit 6ee0461

Please sign in to comment.