From 8904c7d2a74491e8dd5b11a589be9e70e22281e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 05:45:46 +0000 Subject: [PATCH] Bump kotlin_version from 1.5.0-release-764 to 1.5.10 Bumps `kotlin_version` from 1.5.0-release-764 to 1.5.10. Updates `kotlin-gradle-plugin` from 1.5.0-release-764 to 1.5.10 Updates `kotlin-stdlib-jdk7` from 1.5.0-release-764 to 1.5.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits/v1.5.10) Updates `kotlin-reflect` from 1.5.0-release-764 to 1.5.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits/v1.5.10) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 003562e695..7f5602306e 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.5.0-release-764' + ext.kotlin_version = '1.5.10' ext { // kotlin 1.5.0 prevents travis from pass // remove @kotlin.ExperimentalStdlibApi everywhere when upgrade