Skip to content

Commit

Permalink
Update to Kotlin 1.3.70
Browse files Browse the repository at this point in the history
Fixes gh-8064
  • Loading branch information
jzheaux committed Mar 4, 2020
1 parent e36fbfa commit 68a4621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 68a4621

Please sign in to comment.