From a3991780de5511e0bdf45dacc46ac8a1249a56aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 10:26:05 +0000 Subject: [PATCH] Bump kotlinVersion from 1.3.72 to 1.4.10 Bumps `kotlinVersion` from 1.3.72 to 1.4.10. Updates `kotlin-gradle-plugin` from 1.3.72 to 1.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.10) Updates `kotlin-allopen` from 1.3.72 to 1.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.10) Updates `kotlin-noarg` from 1.3.72 to 1.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.10) 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 4cded90..d1b2146 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - kotlinVersion = '1.3.72' + kotlinVersion = '1.4.10' springBootVersion = '2.2.6.RELEASE' jacksonVersion = '2.11.2' javaVersion = '1.8' // https://stackoverflow.com/a/52890377