From 043824375e96a7a40e97ec62e10ad9e1fe5e95af Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 23:23:25 +0000 Subject: [PATCH] Bump kotlin_version from 1.4.10 to 1.5.21 Bumps `kotlin_version` from 1.4.10 to 1.5.21. Updates `kotlin-gradle-plugin` from 1.4.10 to 1.5.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.10...v1.5.21) Updates `kotlin-stdlib-jdk7` from 1.4.10 to 1.5.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.10...v1.5.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 fe37f39..ac0b287 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { - ext.kotlin_version = '1.4.10' + ext.kotlin_version = '1.5.21' repositories { google()