From 37f7231d1c7d151f55bfdcf512727b797b53e43f Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 18 Jan 2021 13:26:56 +0700 Subject: [PATCH] Upgrade spring boot to 2.4.2 and spring di 1.0.11 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 96d6385..cacd819 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,8 +7,8 @@ buildscript { } plugins { - id("org.springframework.boot") version "2.4.1" apply false - id("io.spring.dependency-management") version "1.0.10.RELEASE" apply false + id("org.springframework.boot") version "2.4.2" apply false + id("io.spring.dependency-management") version "1.0.11.RELEASE" 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