summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--integration-tests/ideCommonBuildScript.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/ideCommonBuildScript.gradle b/integration-tests/ideCommonBuildScript.gradle
index ecf85f61..867b812a 100644
--- a/integration-tests/ideCommonBuildScript.gradle
+++ b/integration-tests/ideCommonBuildScript.gradle
@@ -3,7 +3,7 @@ rootProject.buildscript {
apply from: "${rootProject.ext.checkoutDir}/tools/buildSrc/base/version.gradle"
rootProject.ext.latestCompileSdk = 29
rootProject.ext.buildToolsVersion = "29.0.2"
- rootProject.ext.kotlinVersion = '1.3.61'
+ rootProject.ext.kotlinVersion = '1.3.72'
repositories {
maven { url "file://${rootProject.ext.checkoutDir}/out/repo/" }