Bump kotlin_version from 1.3.70 to 1.3.72

Bumps `kotlin_version` from 1.3.70 to 1.3.72.

Updates `kotlin-gradle-plugin` from 1.3.70 to 1.3.72
- [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.70...v1.3.72)

Updates `kotlin-stdlib` from 1.3.70 to 1.3.72
- [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.70...v1.3.72)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-07 03:15:51 +00:00 committed by GitHub
parent 6cdd7ce4f7
commit 146f5605c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
buildscript {
ext {
kotlin_version = '1.3.70'
kotlin_version = '1.3.72'
mockito_version = '3.2.4'
}