From 8ac696213511e2a140f3395cdfa29e071780fc23 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 05:14:04 +0000 Subject: [PATCH] Bump kotlinVersion from 1.2.50 to 1.3.60 Bumps `kotlinVersion` from 1.2.50 to 1.3.60. Updates `kotlin-gradle-plugin` from 1.2.50 to 1.3.60 - [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.60 - [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..e91a92e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - kotlinVersion = '1.2.50' + kotlinVersion = '1.3.60' springBootVersion = '2.0.3.RELEASE' } repositories {