From 1d236c1461ef3605241179b2483f99a51aeef693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 08:35:14 +0000 Subject: [PATCH] Bump ktorVersion from 1.5.2 to 1.5.3 Bumps `ktorVersion` from 1.5.2 to 1.5.3. Updates `ktor-server-netty` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.2...1.5.3) Updates `ktor-server-core` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.2...1.5.3) Updates `ktor-html-builder` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.2...1.5.3) Updates `ktor-server-tests` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.2...1.5.3) Signed-off-by: dependabot[bot] --- uhabits-server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uhabits-server/build.gradle.kts b/uhabits-server/build.gradle.kts index 6cda29567..c85ec545c 100644 --- a/uhabits-server/build.gradle.kts +++ b/uhabits-server/build.gradle.kts @@ -33,7 +33,7 @@ application { } dependencies { - val ktorVersion = "1.5.2" + val ktorVersion = "1.5.3" val kotlinVersion = "1.4.32" val logbackVersion = "1.2.3" implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")