From 9cd98afbbaa73d1b308c83c14480f47d352d0c43 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 04:17:31 +0000 Subject: [PATCH] Bump kotlin_version from 1.3.31 to 1.3.71 Bumps `kotlin_version` from 1.3.31 to 1.3.71. Updates `kotlin-gradle-plugin` from 1.3.31 to 1.3.71 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.71/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.31...v1.3.71) Updates `kotlin-stdlib` from 1.3.31 to 1.3.71 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.71/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.31...v1.3.71) 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 ef03671..24388cc 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.3.31' + ext.kotlin_version = '1.3.71' repositories { jcenter() mavenCentral()