From 79060a5156e6ad4da000357a6402ead20e90e794 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sat, 9 Oct 2021 11:24:13 +0700 Subject: [PATCH] Update 'api/build.gradle.kts' --- api/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index ef11fe2..b74ec5d 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -7,8 +7,8 @@ plugins { kotlin("plugin.spring") } -val kotlinVersion = "1.5.21" -val springBootVersion = "2.5.3" +val kotlinVersion = "1.5.31" +val springBootVersion = "2.5.5" // find the last commit fun getGitHashLastCommit(): String {