From 54175d79195bee5b046096d5c28318e5e4b159b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 06:17:40 +0000 Subject: [PATCH] Bump kotlin_version from 1.4.20 to 1.4.21 Bumps `kotlin_version` from 1.4.20 to 1.4.21. Updates `kotlin-gradle-plugin` from 1.4.20 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.20...v1.4.21) Updates `kotlin-stdlib-jdk7` from 1.4.20 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.20...v1.4.21) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba9d5ce..77fe058 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ apply plugin: "com.github.ben-manes.versions" buildscript { ext { - kotlin_version = "1.4.20" + kotlin_version = "1.4.21" detekt_version = "1.9.1" }