Skip to content

Commit 68a4621

Browse files
committed
Update to Kotlin 1.3.70
Fixes gh-8064
1 parent e36fbfa commit 68a4621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ gaeVersion=1.9.78
33
springBootVersion=2.2.5.RELEASE
44
version=5.3.0.BUILD-SNAPSHOT
55
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
6-
kotlinVersion=1.3.61
6+
kotlinVersion=1.3.70

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (!project.hasProperty("springDataVersion")) {
1010
ext.springDataVersion = "Moore-SR+"
1111
}
1212
if (!project.hasProperty("kotlinVersion")) {
13-
ext.kotlinVersion = "1.3.61"
13+
ext.kotlinVersion = "1.3.70"
1414
}
1515
if (!project.hasProperty("locksDisabled")) {
1616
dependencyLocking {

0 commit comments

Comments
 (0)