diff --git a/README.md b/README.md index 2b255f4..2fe194e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ - Sambo Chea ### Language and Framework -- Spring Boot: 2.5.5 -- Kotlin: 1.5.31 -- Gradle: 7.2 \ No newline at end of file +- Spring Boot: 2.5.7 +- Kotlin: 1.6.0 +- Gradle: 7.3.1 \ No newline at end of file diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 58941b6..94c7c41 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -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 { diff --git a/build.gradle.kts b/build.gradle.kts index 54f3376..a221972 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 98429d2..4d1a59e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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 \ No newline at end of file