Upgrade spring boot to 2.4.2 and spring di 1.0.11

This commit is contained in:
Sambo Chea 2021-01-18 13:26:56 +07:00
parent b6e8170afb
commit 37f7231d1c

View File

@ -7,8 +7,8 @@ buildscript {
} }
plugins { plugins {
id("org.springframework.boot") version "2.4.1" apply false id("org.springframework.boot") version "2.4.2" apply false
id("io.spring.dependency-management") version "1.0.10.RELEASE" apply false id("io.spring.dependency-management") version "1.0.11.RELEASE" apply false
kotlin("jvm") version "1.4.21" apply false kotlin("jvm") version "1.4.21" apply false
kotlin("plugin.spring") version "1.4.21" apply false kotlin("plugin.spring") version "1.4.21" apply false
kotlin("plugin.jpa") version "1.4.21" apply false kotlin("plugin.jpa") version "1.4.21" apply false