From c676c911cf9c076c3901023f14cc4f9b9fa3f23f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 09:13:08 +0000 Subject: [PATCH] chore(deps): bump kotlin_version in /tutorials/kotlin/Polygons (#405) 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-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- tutorials/kotlin/Polygons/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/Polygons/build.gradle b/tutorials/kotlin/Polygons/build.gradle index 9c260094..3fe1d963 100644 --- a/tutorials/kotlin/Polygons/build.gradle +++ b/tutorials/kotlin/Polygons/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.4.20' + ext.kotlin_version = '1.4.21' repositories { jcenter() google()