Upgrade spring boot to 2.6.7 and kotlin 1.6.21
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-21 20:40:21 +07:00
parent daa3e534ee
commit 5e1ce9a0fa
3 changed files with 8 additions and 8 deletions

View File

@@ -8,8 +8,8 @@ plugins {
kotlin("plugin.jpa")
}
val kotlinVersion = "1.6.20"
val springBootVersion = "2.6.6"
val kotlinVersion = "1.6.21"
val springBootVersion = "2.6.7"
// find the last commit
fun getGitHashLastCommit(): String {