Update 'api/build.gradle.kts'

This commit is contained in:
Sambo Chea 2021-10-09 11:24:13 +07:00
parent 28d7f198e0
commit 79060a5156

View File

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