From 836eebd20b569e316860b586490506625d10939b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 19:54:55 -0600 Subject: [PATCH] Bump kotlin-stdlib-jdk8 from 1.4.21 to 1.4.21-2 (#738) 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] 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 74ca26df4..f215fe74a 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.0" val espressoVersion = "3.3.0" diff --git a/uhabits-server/build.gradle.kts b/uhabits-server/build.gradle.kts index 7e2fe8775..bc3f7b508 100644 --- a/uhabits-server/build.gradle.kts +++ b/uhabits-server/build.gradle.kts @@ -34,7 +34,7 @@ application { dependencies { val ktorVersion = "1.5.0" - 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")