Upgrade spring boot to 2.6.2 and kotlin 1.6.10 and spring docs
This commit is contained in:
parent
696f2548c4
commit
59b27ade23
@ -7,8 +7,8 @@ plugins {
|
|||||||
kotlin("plugin.spring")
|
kotlin("plugin.spring")
|
||||||
}
|
}
|
||||||
|
|
||||||
val kotlinVersion = "1.6.0"
|
val kotlinVersion = "1.6.10"
|
||||||
val springBootVersion = "2.5.7"
|
val springBootVersion = "2.6.2"
|
||||||
|
|
||||||
// find the last commit
|
// find the last commit
|
||||||
fun getGitHashLastCommit(): String {
|
fun getGitHashLastCommit(): String {
|
||||||
@ -33,7 +33,7 @@ springBoot {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Migrating from SpringFox
|
// 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
|
// SPRING FRAMEWORK AND CORE
|
||||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||||
|
Loading…
Reference in New Issue
Block a user