Upgrade module version for spring to 2.4.1 and kotlin to 1.4.21
This commit is contained in:
parent
0b768ee073
commit
f06a64767c
@ -7,10 +7,10 @@ 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("jvm") version "1.4.21" apply false
|
||||
kotlin("plugin.spring") version "1.4.21" apply false
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
Loading…
Reference in New Issue
Block a user