Upgrade spring boot to 2.6.2 and kotlin 1.6.10 and spring docs

This commit is contained in:
Sambo Chea 2021-12-24 10:34:43 +07:00
parent 696f2548c4
commit 59b27ade23

View File

@ -7,8 +7,8 @@ plugins {
kotlin("plugin.spring")
}
val kotlinVersion = "1.6.0"
val springBootVersion = "2.5.7"
val kotlinVersion = "1.6.10"
val springBootVersion = "2.6.2"
// find the last commit
fun getGitHashLastCommit(): String {
@ -33,7 +33,7 @@ springBoot {
dependencies {
// Migrating from SpringFox
implementation("org.springdoc:springdoc-openapi-ui:1.5.13")
implementation("org.springdoc:springdoc-openapi-ui:1.6.2")
// SPRING FRAMEWORK AND CORE
implementation("org.springframework.boot:spring-boot-starter-web")