From a04349bfaaa0edf1414ad0b9d7714baaca6e18f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 19:31:56 -0600 Subject: [PATCH] Bump ktorVersion from 1.5.1 to 1.5.2 (#832) Bumps `ktorVersion` from 1.5.1 to 1.5.2. Updates `ktor-client-mock` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.1...1.5.2) Updates `ktor-jackson` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.1...1.5.2) Updates `ktor-client-android` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.1...1.5.2) Updates `ktor-client-core` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.1...1.5.2) Updates `ktor-client-jackson` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.1...1.5.2) Updates `ktor-client-json` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.1...1.5.2) Updates `ktor-server-netty` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.1...1.5.2) Updates `ktor-server-core` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.1...1.5.2) Updates `ktor-html-builder` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.1...1.5.2) Updates `ktor-server-tests` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.1...1.5.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- uhabits-android/build.gradle.kts | 2 +- uhabits-server/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uhabits-android/build.gradle.kts b/uhabits-android/build.gradle.kts index 6ad34d17b..353a0cf05 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -77,7 +77,7 @@ dependencies { val daggerVersion = "2.33" val kotlinVersion = "1.4.31" val kxCoroutinesVersion = "1.4.2" - val ktorVersion = "1.5.1" + val ktorVersion = "1.5.2" val espressoVersion = "3.3.0" androidTestImplementation("androidx.test.espresso:espresso-contrib:$espressoVersion") diff --git a/uhabits-server/build.gradle.kts b/uhabits-server/build.gradle.kts index b437e1b7a..c8b327163 100644 --- a/uhabits-server/build.gradle.kts +++ b/uhabits-server/build.gradle.kts @@ -33,7 +33,7 @@ application { } dependencies { - val ktorVersion = "1.5.1" + val ktorVersion = "1.5.2" val kotlinVersion = "1.4.31" val logbackVersion = "1.2.3" implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")