From b1b8d33400b64ce365025e7f3daa62acbbfcc229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 04:01:55 +0000 Subject: [PATCH] chore(deps): Bump kotlin_version from 1.6.20 to 1.6.21 Bumps `kotlin_version` from 1.6.20 to 1.6.21. Updates `kotlin-gradle-plugin` from 1.6.20 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.20...v1.6.21) Updates `kotlin-stdlib-jdk8` from 1.6.20 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.20...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-jdk8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c94bd36e..eea5a4f6 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ buildscript { ext.maoni_group = 'org.rm3l' ext.maoni_version = '10.0.0' - ext.kotlin_version = '1.6.20' + ext.kotlin_version = '1.6.21' ext.anko_version = '0.10.8' ext.aboutlibraries_version = '8.9.4'