Updated spring boot and di

This commit is contained in:
Sambo Chea 2021-01-26 13:03:25 +07:00
parent bf4ce4c02e
commit b25dfaa656

View File

@ -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
}