Updated spring boot to 2.5.5 and kotlin 1.5.31

This commit is contained in:
Sambo Chea 2021-10-09 11:22:57 +07:00
parent f3f0f02b44
commit 28d7f198e0

View File

@ -1,11 +1,11 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("org.springframework.boot") version "2.5.3" apply false
id("org.springframework.boot") version "2.5.5" apply false
id("io.spring.dependency-management") version "1.0.11.RELEASE" apply false
kotlin("jvm") version "1.5.21" apply false
kotlin("plugin.spring") version "1.5.21" apply false
kotlin("plugin.jpa") version "1.5.21" apply false
kotlin("jvm") version "1.5.31" apply false
kotlin("plugin.spring") version "1.5.31" apply false
kotlin("plugin.jpa") version "1.5.31" apply false
}
allprojects {