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

Commit 3ae40d8

Browse files
Bump io.ktor:ktor-server-default-headers from 2.3.7 to 2.3.9 (#601)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Clarke <sanity@users.noreply.github.com>
1 parent 73c34df commit 3ae40d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
////////////////////
4545
api("io.ktor:ktor-server-jetty:2.3.7")
4646
api("io.ktor:ktor-server-websockets:2.3.0")
47-
api("io.ktor:ktor-server-default-headers:2.3.7")
47+
api("io.ktor:ktor-server-default-headers:2.3.9")
4848
api("io.ktor:ktor-server-compression:2.3.9")
4949
api("io.ktor:ktor-server-caching-headers:2.3.9")
5050
api("io.ktor:ktor-network-tls-certificates:2.3.9")

0 commit comments

Comments
 (0)