From 9747a71d6768e0bd5af5c1431aee374d1809968f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 05:58:44 +0000 Subject: [PATCH] Bump kotlin_version from 1.4.21 to 1.4.21-2 Bumps `kotlin_version` from 1.4.21 to 1.4.21-2. Updates `kotlin-gradle-plugin` from 1.4.21 to 1.4.21-2 Updates `kotlin-stdlib` 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-1.3.X.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.21...v1.4.21-2) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c35c51e4..1d9cf9c7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.4.21' + ext.kotlin_version = '1.4.21-2' repositories { google() maven { url 'https://maven.fabric.io/public' }