From cb0809f148dfbd1a50a7a15f44897345b47c70ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 04:31:46 +0000 Subject: [PATCH] Bump ktorVersion from 1.4.2 to 1.5.0 Bumps `ktorVersion` from 1.4.2 to 1.5.0. Updates `ktor-client-mock` from 1.4.2 to 1.5.0 - [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.4.2...1.5.0) Updates `ktor-jackson` from 1.4.2 to 1.5.0 - [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.4.2...1.5.0) Updates `ktor-client-android` from 1.4.2 to 1.5.0 - [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.4.2...1.5.0) Updates `ktor-client-core` from 1.4.2 to 1.5.0 - [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.4.2...1.5.0) Updates `ktor-client-jackson` from 1.4.2 to 1.5.0 - [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.4.2...1.5.0) Updates `ktor-client-json` from 1.4.2 to 1.5.0 - [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.4.2...1.5.0) Updates `ktor-server-netty` from 1.4.1 to 1.5.0 - [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.4.1...1.5.0) Updates `ktor-server-core` from 1.4.1 to 1.5.0 - [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.4.1...1.5.0) Updates `ktor-html-builder` from 1.4.1 to 1.5.0 - [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.4.1...1.5.0) Updates `ktor-server-tests` from 1.4.1 to 1.5.0 - [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.4.1...1.5.0) Signed-off-by: dependabot[bot] --- 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 ed45c7d4f..e1fd2138b 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -70,7 +70,7 @@ dependencies { val daggerVersion = "2.31.2" val kotlinVersion = "1.4.21" val kxCoroutinesVersion = "1.4.2" - val ktorVersion = "1.4.2" + val ktorVersion = "1.5.0" 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 507a17b54..7e2fe8775 100644 --- a/uhabits-server/build.gradle.kts +++ b/uhabits-server/build.gradle.kts @@ -33,7 +33,7 @@ application { } dependencies { - val ktorVersion = "1.4.1" + val ktorVersion = "1.5.0" val kotlinVersion = "1.4.21" val logbackVersion = "1.2.3" implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")