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

Commit 73c34df

Browse files
Bump io.ktor:ktor-server-compression from 2.3.7 to 2.3.9 (#600)
Bumps [io.ktor:ktor-server-compression](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-compression 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>
1 parent a25cdf9 commit 73c34df

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
@@ -45,7 +45,7 @@ dependencies {
4545
api("io.ktor:ktor-server-jetty:2.3.7")
4646
api("io.ktor:ktor-server-websockets:2.3.0")
4747
api("io.ktor:ktor-server-default-headers:2.3.7")
48-
api("io.ktor:ktor-server-compression:2.3.7")
48+
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")
5151

0 commit comments

Comments
 (0)