From 59b27ade23271ebdc4fa0a459b128cb2417c1724 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 24 Dec 2021 10:34:43 +0700 Subject: [PATCH] Upgrade spring boot to 2.6.2 and kotlin 1.6.10 and spring docs --- api/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 63065e0..45bb519 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -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")