From d4ed9fdc322954a525e2cac1689276fdec478dbc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 10:09:51 +0000 Subject: [PATCH] Bump kotlin_version from 1.1.4-3 to 1.2.71 Bumps `kotlin_version` from 1.1.4-3 to 1.2.71. Updates `kotlin-gradle-plugin` from 1.1.4-3 to 1.2.71 - [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.1.4-3...v1.2.71) Updates `kotlin-stdlib-jre7` from 1.1.4-3 to 1.2.71 - [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.1.4-3...v1.2.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 ce8f3e0..ba975a5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.1.4-3' + ext.kotlin_version = '1.2.71' repositories { google() jcenter()