From ec7c4fb1f108489897aecccd7d88d8b71b37d72f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 05:03:48 +0000 Subject: [PATCH] Bump kotlin_version from 1.3.61 to 1.3.72 Bumps `kotlin_version` from 1.3.61 to 1.3.72. Updates `kotlin-gradle-plugin` from 1.3.61 to 1.3.72 - [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.3.61...v1.3.72) Updates `kotlin-stdlib-jdk7` from 1.3.61 to 1.3.72 - [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.3.61...v1.3.72) Updates `kotlin-test-junit` from 1.3.61 to 1.3.72 - [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.3.61...v1.3.72) 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 a0189714..7c58400b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.3.61' + ext.kotlin_version = '1.3.72' repositories { google() jcenter()