From 4a9620e3f0e08fc14150ab32ca9e51692569e942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 11:24:04 +0000 Subject: [PATCH] Bump kotlin_version from 1.4.31 to 1.4.32 Bumps `kotlin_version` from 1.4.31 to 1.4.32. Updates `kotlin-gradle-plugin` from 1.4.31 to 1.4.32 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.32/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.31...v1.4.32) Updates `kotlin-stdlib` from 1.4.31 to 1.4.32 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.32/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.31...v1.4.32) Updates `kotlin-reflect` from 1.4.31 to 1.4.32 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.32/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.31...v1.4.32) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 907ac1f..ec28bc1 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ group 'me.ntrrgc' version '1.1.3' buildscript { - ext.kotlin_version = '1.4.31' + ext.kotlin_version = '1.4.32' ext.spek_version = '1.1.5' ext.junit_version = '1.7.1'