Update 'build.gradle.kts'
This commit is contained in:
parent
33894b5ebe
commit
0c5617bb64
@ -1,7 +1,7 @@
|
|||||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
val springBootVersion = "2.4.3"
|
val springBootVersion = "2.4.4"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@ -13,7 +13,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
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
|
id("io.spring.dependency-management") version "1.0.11.RELEASE" apply false
|
||||||
kotlin("jvm") version "1.4.31" apply false
|
kotlin("jvm") version "1.4.31" apply false
|
||||||
kotlin("plugin.spring") version "1.4.31" apply false
|
kotlin("plugin.spring") version "1.4.31" apply false
|
||||||
|
Loading…
Reference in New Issue
Block a user