Upgrade module version for spring to 2.4.1 and kotlin to 1.4.21

This commit is contained in:
Sambo Chea 2021-01-14 17:24:38 +07:00
parent 0b768ee073
commit f06a64767c

View File

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