Update to Kotlin 1.3.70

Fixes gh-8064
This commit is contained in:
Josh Cummings 2020-03-04 09:22:56 -07:00
parent e36fbfa8a7
commit 68a4621b1a
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 {