From f06a64767c49213a19e3b4f268485d85ec933ec7 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 14 Jan 2021 17:24:38 +0700 Subject: [PATCH] Upgrade module version for spring to 2.4.1 and kotlin to 1.4.21 --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e8b4075..46db88f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,10 +7,10 @@ buildscript { } plugins { - id("org.springframework.boot") version "2.4.0" apply false + id("org.springframework.boot") version "2.4.1" apply false id("io.spring.dependency-management") version "1.0.10.RELEASE" apply false - kotlin("jvm") version "1.4.10" apply false - kotlin("plugin.spring") version "1.4.10" apply false + kotlin("jvm") version "1.4.21" apply false + kotlin("plugin.spring") version "1.4.21" apply false } allprojects {