Update 'build.gradle.kts'

This commit is contained in:
Sambo Chea 2021-03-29 10:40:53 +07:00
parent 33894b5ebe
commit 0c5617bb64

View File

@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
buildscript {
val springBootVersion = "2.4.3"
val springBootVersion = "2.4.4"
repositories {
mavenCentral()
@ -13,7 +13,7 @@ buildscript {
}
plugins {
id("org.springframework.boot") version "2.4.3" apply false
id("org.springframework.boot") version "2.4.4" apply false
id("io.spring.dependency-management") version "1.0.11.RELEASE" apply false
kotlin("jvm") version "1.4.31" apply false
kotlin("plugin.spring") version "1.4.31" apply false