From 9f6e4b1e7d9b33cad19cad1cffa51c8707ce4410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 14:43:01 +0000 Subject: [PATCH] Bump io.ktor:ktor-server-compression from 2.3.2 to 2.3.4 Bumps [io.ktor:ktor-server-compression](https://github.com/ktorio/ktor) from 2.3.2 to 2.3.4. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.4) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-compression dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 08ced19ed..a8305e29f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { api("io.ktor:ktor-server-jetty:2.3.0") api("io.ktor:ktor-server-websockets:2.3.0") api("io.ktor:ktor-server-default-headers:2.3.3") - api("io.ktor:ktor-server-compression:2.3.2") + api("io.ktor:ktor-server-compression:2.3.4") api("io.ktor:ktor-server-caching-headers:2.3.2") api("io.ktor:ktor-network-tls-certificates:2.3.2")