From 209e39689a8869a492af2366520f0225769d4d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jan 2021 03:39:22 +0000 Subject: [PATCH] Bump kotlin-stdlib-jdk8 from 1.4.21 to 1.4.21-2 Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.4.21 to 1.4.21-2. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.21...v1.4.21-2) 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 0a91c316a..9cee33a07 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -68,7 +68,7 @@ android { dependencies { val daggerVersion = "2.31.2" - val kotlinVersion = "1.4.21" + val kotlinVersion = "1.4.21-2" val kxCoroutinesVersion = "1.4.2" val ktorVersion = "1.5.1" val espressoVersion = "3.3.0" diff --git a/uhabits-server/build.gradle.kts b/uhabits-server/build.gradle.kts index 7ed44ca68..a19f76e30 100644 --- a/uhabits-server/build.gradle.kts +++ b/uhabits-server/build.gradle.kts @@ -34,7 +34,7 @@ application { dependencies { val ktorVersion = "1.5.1" - val kotlinVersion = "1.4.21" + val kotlinVersion = "1.4.21-2" val logbackVersion = "1.2.3" implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion") implementation("io.ktor:ktor-server-netty:$ktorVersion")