We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36fbfa commit 68a4621Copy full SHA for 68a4621
gradle.properties
@@ -3,4 +3,4 @@ gaeVersion=1.9.78
3
springBootVersion=2.2.5.RELEASE
4
version=5.3.0.BUILD-SNAPSHOT
5
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
6
-kotlinVersion=1.3.61
+kotlinVersion=1.3.70
gradle/dependency-management.gradle
@@ -10,7 +10,7 @@ if (!project.hasProperty("springDataVersion")) {
10
ext.springDataVersion = "Moore-SR+"
11
}
12
if (!project.hasProperty("kotlinVersion")) {
13
- ext.kotlinVersion = "1.3.61"
+ ext.kotlinVersion = "1.3.70"
14
15
if (!project.hasProperty("locksDisabled")) {
16
dependencyLocking {
0 commit comments