From 0f172c571804f24c7dd6e6a0583fe6ba246a379d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 04:50:36 +0000 Subject: [PATCH] Bump kotlinVersion from 1.2.50 to 1.3.72 Bumps `kotlinVersion` from 1.2.50 to 1.3.72. Updates `kotlin-gradle-plugin` from 1.2.50 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/commits) Updates `kotlin-allopen` from 1.2.50 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/commits) 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 db417a9..244d8d9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - kotlinVersion = '1.2.50' + kotlinVersion = '1.3.72' springBootVersion = '2.0.3.RELEASE' } repositories {