Browse Source

Update to Kotlin 1.3.70

Fixes gh-8064
pull/8084/head
Josh Cummings 6 years ago
parent
commit
68a4621b1a
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
  1. 2
      gradle.properties
  2. 2
      gradle/dependency-management.gradle

2
gradle.properties

@ -3,4 +3,4 @@ gaeVersion=1.9.78 @@ -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

2
gradle/dependency-management.gradle

@ -10,7 +10,7 @@ if (!project.hasProperty("springDataVersion")) { @@ -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 {

Loading…
Cancel
Save