Upgrade spring and kotlin version to 2.4.1 and 1.4.21
This commit is contained in:
parent
9650a8367d
commit
29da71c56c
@ -7,11 +7,11 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
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
|
id("io.spring.dependency-management") version "1.0.10.RELEASE" apply false
|
||||||
kotlin("jvm") version "1.4.10" apply false
|
kotlin("jvm") version "1.4.21" apply false
|
||||||
kotlin("plugin.spring") version "1.4.10" apply false
|
kotlin("plugin.spring") version "1.4.21" apply false
|
||||||
kotlin("plugin.jpa") version "1.4.10" apply false
|
kotlin("plugin.jpa") version "1.4.21" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
Loading…
Reference in New Issue
Block a user