From cb4db94138d47119c1f85ab5cfa547992596631e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 03:10:56 +0000 Subject: [PATCH] Bump versions.kotlin from 1.3.50 to 1.5.0 Bumps `versions.kotlin` from 1.3.50 to 1.5.0. Updates `kotlin-gradle-plugin` from 1.3.50 to 1.5.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-stdlib-jdk7` from 1.3.50 to 1.5.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cb9dcdd..e4795ad 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { versions = [:] versions.androidxAppcompat = '1.1.0' versions.androidxCore = '1.1.0' - versions.kotlin = '1.3.50' + versions.kotlin = '1.5.0' versions.slf4j = '1.8.0-beta4' }