Upgrade spring boot to 2.6.7 and kotlin 1.6.21
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
daa3e534ee
commit
5e1ce9a0fa
@ -8,8 +8,8 @@
|
||||
|
||||
### Language and Framework
|
||||
|
||||
- Spring Boot: 2.6.6
|
||||
- Kotlin: 1.6.20
|
||||
- Spring Boot: 2.6.7
|
||||
- Kotlin: 1.6.21
|
||||
- Gradle: 7.4.1
|
||||
|
||||
# Modules
|
||||
|
@ -8,8 +8,8 @@ plugins {
|
||||
kotlin("plugin.jpa")
|
||||
}
|
||||
|
||||
val kotlinVersion = "1.6.20"
|
||||
val springBootVersion = "2.6.6"
|
||||
val kotlinVersion = "1.6.21"
|
||||
val springBootVersion = "2.6.7"
|
||||
|
||||
// find the last commit
|
||||
fun getGitHashLastCommit(): String {
|
||||
|
@ -1,11 +1,11 @@
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
id("org.springframework.boot") version "2.6.6" apply false
|
||||
id("org.springframework.boot") version "2.6.7" apply false
|
||||
id("io.spring.dependency-management") version "1.0.11.RELEASE" apply false
|
||||
kotlin("jvm") version "1.6.20" apply false
|
||||
kotlin("plugin.spring") version "1.6.20" apply false
|
||||
kotlin("plugin.jpa") version "1.6.20" apply false
|
||||
kotlin("jvm") version "1.6.21" apply false
|
||||
kotlin("plugin.spring") version "1.6.21" apply false
|
||||
kotlin("plugin.jpa") version "1.6.21" apply false
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
Loading…
Reference in New Issue
Block a user