From 7bce25f2ecfb34400afb3c6e1a8aa2df2a94cac4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 07:42:05 +0000 Subject: [PATCH] Bump KOTLIN_VERSION from 1.4.0 to 1.4.20 Bumps `KOTLIN_VERSION` from 1.4.0 to 1.4.20. Updates `kotlin-gradle-plugin` from 1.4.0 to 1.4.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.0...v1.4.20) Updates `kotlin-stdlib` from 1.4.0 to 1.4.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.0...v1.4.20) 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..cd23d58 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - KOTLIN_VERSION = "1.4.0" + KOTLIN_VERSION = "1.4.20" } repositories {