From f95d9fd32d571397db23a7b18feeee63ba9cdc48 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 06:34:55 +0000 Subject: [PATCH] Bump KOTLIN_VERSION from 1.4.0 to 1.4.21 Bumps `KOTLIN_VERSION` from 1.4.0 to 1.4.21. Updates `kotlin-gradle-plugin` from 1.4.0 to 1.4.21 - [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.0...v1.4.21) Updates `kotlin-stdlib` from 1.4.0 to 1.4.21 - [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.0...v1.4.21) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b433efa..9226496 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - KOTLIN_VERSION = "1.4.0" + KOTLIN_VERSION = "1.4.21" } repositories {