We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e015bd commit 2845b4aCopy full SHA for 2845b4a
build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
buildscript {
4
- val kotlinVersion = "1.2.0"
+ val kotlinVersion = "1.7.21"
5
val springBootVersion = "2.0.0.M7"
6
repositories {
7
mavenCentral()
@@ -34,7 +34,7 @@ repositories {
34
maven { url = uri("https://repo.spring.io/milestone") }
35
}
36
37
-val kotlinVersion = "1.2.0"
+val kotlinVersion = "1.2.71"
38
val uPortalVersion = "5.0.4"
39
40
dependencies {
0 commit comments