From bbd99d63fca9c54dc625be2a3e296aa0a9f830df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:13:51 -0500 Subject: [PATCH] Bump io.ktor:ktor-network-tls-certificates from 2.3.2 to 2.3.5 (#541) Bumps [io.ktor:ktor-network-tls-certificates](https://github.com/ktorio/ktor) from 2.3.2 to 2.3.5. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.5/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.2...2.3.5) --- updated-dependencies: - dependency-name: io.ktor:ktor-network-tls-certificates 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 2baa5be3a..cef5b25ef 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { api("io.ktor:ktor-server-default-headers:2.3.3") 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") + api("io.ktor:ktor-network-tls-certificates:2.3.5") api("io.mola.galimatias:galimatias:0.2.1")