Task: Upgrade Spring Web API to kotlin 1.5.21 and spring boot 2.5.3

This commit is contained in:
Sambo Chea 2021-07-23 09:17:29 +07:00
parent ef5d7e1eb1
commit 5fa3ef0334

View File

@ -7,8 +7,8 @@ plugins {
kotlin("plugin.spring")
}
val kotlinVersion = "1.5.20"
val springBootVersion = "2.5.2"
val kotlinVersion = "1.5.21"
val springBootVersion = "2.5.3"
// find the last commit
fun getGitHashLastCommit(): String {