From 391fa47974f7831713e43b60f12bfb4df6e4280d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 03:47:45 +0000 Subject: [PATCH] Bump kotlinVersion from 1.3.31 to 1.3.40 Bumps `kotlinVersion` from 1.3.31 to 1.3.40. Updates `kotlin-gradle-plugin` from 1.3.31 to 1.3.40 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.40/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.31...v1.3.40) Updates `kotlin-stdlib-jdk7` from 1.3.31 to 1.3.40 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.40/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.31...v1.3.40) 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 7e83a947..f3d60b26 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { gson = '2.8.5' - kotlinVersion = '1.3.31' + kotlinVersion = '1.3.40' } repositories { google()