From 73c34dfbf0054d9e02b7540b135e3fe7ae50b725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 15:10:04 +0000 Subject: [PATCH] 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](https://github.com/ktorio/ktor/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bc98f6965..07c9e569e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,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-compression:2.3.7") + api("io.ktor:ktor-server-compression:2.3.9") api("io.ktor:ktor-server-caching-headers:2.3.9") api("io.ktor:ktor-network-tls-certificates:2.3.9")