Upgrade spring and kotlin version to 2.4.1 and 1.4.21

This commit is contained in:
2021-01-14 17:32:06 +07:00
parent 9650a8367d
commit 29da71c56c

View File

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