Upgarde spring boot 2.5.7 and kotlin 1.6.0 and gradle 7.3.1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user