From 1b88b54504f72b9dc36766c7158c456653452775 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 10:28:33 +0000 Subject: [PATCH] Bump kotlinVersion from 1.3.72 to 1.4.20 Bumps `kotlinVersion` from 1.3.72 to 1.4.20. Updates `kotlin-gradle-plugin` from 1.3.72 to 1.4.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-allopen` from 1.3.72 to 1.4.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-noarg` from 1.3.72 to 1.4.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [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 4cded90..00ec5e2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - kotlinVersion = '1.3.72' + kotlinVersion = '1.4.20' springBootVersion = '2.2.6.RELEASE' jacksonVersion = '2.11.2' javaVersion = '1.8' // https://stackoverflow.com/a/52890377