Browse Source

Update to Kotlin 1.3.70

Fixes gh-8064
Josh Cummings 5 năm trước cách đây
mục cha
commit
68a4621b1a
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      gradle.properties
  2. 1 1
      gradle/dependency-management.gradle

+ 1 - 1
gradle.properties

@@ -3,4 +3,4 @@ gaeVersion=1.9.78
 springBootVersion=2.2.5.RELEASE
 version=5.3.0.BUILD-SNAPSHOT
 org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
-kotlinVersion=1.3.61
+kotlinVersion=1.3.70

+ 1 - 1
gradle/dependency-management.gradle

@@ -10,7 +10,7 @@ if (!project.hasProperty("springDataVersion")) {
 	ext.springDataVersion = "Moore-SR+"
 }
 if (!project.hasProperty("kotlinVersion")) {
-	ext.kotlinVersion = "1.3.61"
+	ext.kotlinVersion = "1.3.70"
 }
 if (!project.hasProperty("locksDisabled")) {
 	dependencyLocking {