Upgarde spring boot 2.5.7 and kotlin 1.6.0 and gradle 7.3.1

This commit is contained in:
2021-12-04 09:10:01 +07:00
parent c4d49e05ac
commit 5ca2a37f5b
4 changed files with 10 additions and 11 deletions

View File

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