Skip to content

Commit

Permalink
Bump io.ktor:ktor-server-default-headers from 2.3.7 to 2.3.9
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-server-default-headers](https://github.com/ktorio/ktor) from 2.3.7 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.7...2.3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 16, 2024
1 parent d7bddc2 commit 5fa9f6a
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 @@ -44,7 +44,7 @@ dependencies {
////////////////////
api("io.ktor:ktor-server-jetty:2.3.7")
api("io.ktor:ktor-server-websockets:2.3.0")
api("io.ktor:ktor-server-default-headers:2.3.7")
api("io.ktor:ktor-server-default-headers:2.3.9")
api("io.ktor:ktor-server-compression:2.3.7")
api("io.ktor:ktor-server-caching-headers:2.3.7")
api("io.ktor:ktor-network-tls-certificates:2.3.7")
Expand Down

0 comments on commit 5fa9f6a

Please sign in to comment.