From 29da71c56cb64189e7991fb47c3f35715babce91 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 14 Jan 2021 17:32:06 +0700 Subject: [PATCH] Upgrade spring and kotlin version to 2.4.1 and 1.4.21 --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index bf7178e..96d6385 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,11 +7,11 @@ 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("plugin.jpa") version "1.4.10" apply false + kotlin("jvm") version "1.4.21" apply false + kotlin("plugin.spring") version "1.4.21" apply false + kotlin("plugin.jpa") version "1.4.21" apply false } allprojects {