From 2a1fda4686792347e8dc9cb9c7a9c5f20fb7d47d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 3 Jan 2021 22:19:16 +0000 Subject: [PATCH] Bump kotlin_version from 1.3.70 to 1.4.21-2 Bumps `kotlin_version` from 1.3.70 to 1.4.21-2. Updates `kotlin-gradle-plugin` from 1.3.70 to 1.4.21-2 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog-1.3.X.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.70...v1.4.21-2) Updates `kotlin-stdlib-jdk7` from 1.3.70 to 1.4.21-2 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog-1.3.X.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.70...v1.4.21-2) 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 11a7ff9..48ee560 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.70' + ext.kotlin_version = '1.4.21-2' repositories { google() jcenter()