From 1f08d2f71cc3c76558088b523a6596a215763992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 21:25:48 -0600 Subject: [PATCH] Bump kotlin-stdlib-jdk8 from 1.4.21 to 1.4.30 (#760) Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.4.21 to 1.4.30. - [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.30) 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 0a91c316a..484c69c05 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.30" 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..1cbc744b4 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.30" val logbackVersion = "1.2.3" implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion") implementation("io.ktor:ktor-server-netty:$ktorVersion")