From f2f3c30f9090f02d66563ea6bff56fc9e750da84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 02:53:55 +0000 Subject: [PATCH] Bump kotlinVersion from 1.2.50 to 1.5.0 Bumps `kotlinVersion` from 1.2.50 to 1.5.0. Updates `kotlin-gradle-plugin` from 1.2.50 to 1.5.0 - [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.5.0 - [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..8cf3e92 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - kotlinVersion = '1.2.50' + kotlinVersion = '1.5.0' springBootVersion = '2.0.3.RELEASE' } repositories {