From a880b3a9db036974b7220a866246c5f5cd878dc4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 16:39:13 +0100 Subject: [PATCH] Bump kotlin_version from 1.3.61 to 1.3.70 (#715) Bumps `kotlin_version` from 1.3.61 to 1.3.70. Updates `kotlin-gradle-plugin` from 1.3.61 to 1.3.70 Updates `kotlin-stdlib-jdk8` from 1.3.61 to 1.3.70 - [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.70) Updates `kotlin-test` from 1.3.61 to 1.3.70 - [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.70) 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 25329f996..52c7626ec 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.3.61' + ext.kotlin_version = '1.3.70' repositories { mavenCentral() google()