Task: Upgraded web modules template to kotlin 1.5.10

This commit is contained in:
2021-06-02 07:51:37 +07:00
parent a57e6a1425
commit e9acd01fc0
3 changed files with 6 additions and 6 deletions

View File

@@ -7,8 +7,8 @@ plugins {
kotlin("plugin.spring")
}
val kotlinVersion = "1.4.32"
val springBootVersion = "2.4.5"
val kotlinVersion = "1.5.10"
val springBootVersion = "2.5.0"
// find the last commit
fun getGitHashLastCommit(): String {