From 10d7fc92cab3ea484356b2cdd99b6a169262bb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 22:29:18 +0000 Subject: [PATCH] chore(deps): bump kotlin_version in /tutorials/kotlin/Polygons (#932) Bumps `kotlin_version` from 1.6.10 to 1.6.21. Updates `kotlin-gradle-plugin` from 1.6.10 to 1.6.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21) Updates `kotlin-stdlib-jdk7` from 1.6.10 to 1.6.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 2ee67222..1fd2eb99 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.6.10' + ext.kotlin_version = '1.6.21' repositories { mavenCentral() google()