From b5801f488f5e70356dc726db95443fd43474473c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 12:36:26 +0000 Subject: [PATCH] Bump versions.kotlin from 1.4.32 to 1.5.10 Bumps `versions.kotlin` from 1.4.32 to 1.5.10. Updates `kotlin-gradle-plugin` from 1.4.32 to 1.5.10 - [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.32...v1.5.10) Updates `kotlin-stdlib` from 1.4.32 to 1.5.10 - [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.32...v1.5.10) Updates `kotlin-reflect` from 1.4.32 to 1.5.10 - [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.32...v1.5.10) Updates `kotlin-test-junit` from 1.4.32 to 1.5.10 - [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.32...v1.5.10) Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 9d5e4339..458303b2 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -21,7 +21,7 @@ ext.versions = [ constraintLayout : "2.0.4", multidex : "2.0.1", room : "2.2.6", - kotlin : "1.4.32", + kotlin : "1.5.10", kotlinxCoroutines : "1.4.3-native-mt", viewModelKtx : "2.2.0",