Upgarde spring boot 2.5.7 and kotlin 1.6.0 and gradle 7.3.1

This commit is contained in:
Sambo Chea 2021-12-04 09:10:01 +07:00
parent c4d49e05ac
commit 5ca2a37f5b
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490
4 changed files with 10 additions and 11 deletions

View File

@ -11,6 +11,6 @@
- Sambo Chea <sombochea@cubetiqs.com>
### Language and Framework
- Spring Boot: 2.5.5
- Kotlin: 1.5.31
- Gradle: 7.2
- Spring Boot: 2.5.7
- Kotlin: 1.6.0
- Gradle: 7.3.1

View File

@ -7,8 +7,8 @@ plugins {
kotlin("plugin.spring")
}
val kotlinVersion = "1.5.31"
val springBootVersion = "2.5.6"
val kotlinVersion = "1.6.0"
val springBootVersion = "2.5.7"
// find the last commit
fun getGitHashLastCommit(): String {

View File

@ -1,17 +1,16 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("org.springframework.boot") version "2.5.6" apply false
id("org.springframework.boot") version "2.5.7" apply false
id("io.spring.dependency-management") version "1.0.11.RELEASE" apply false
kotlin("jvm") version "1.5.31" apply false
kotlin("plugin.spring") version "1.5.31" apply false
kotlin("plugin.jpa") version "1.5.31" apply false
kotlin("jvm") version "1.6.0" apply false
kotlin("plugin.spring") version "1.6.0" apply false
// kotlin("plugin.jpa") version "1.6.0" apply false
}
allprojects {
repositories {
maven("https://m.ctdn.net")
maven("https://m.ctdn.net/snapshots")
}
group = "com.cubetiqs"

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=http\://mirror.ctdn.net/gradle/gradle-7.2-bin.zip
distributionUrl=https://mirror.ctdn.net/gradle/gradle-7.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists