diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index b05852cf41e..51f5bd68c0e 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -106,7 +106,7 @@ dependencies { implementation("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.0.1") - compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.12.3") + compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.12.4") compileOnly(gradleApi()) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 97653bf5d1d..55567c098f1 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -1424,16 +1424,16 @@ - - - - + + + + - - - - + + + + diff --git a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts index 71170de2b6c..e6a52822393 100644 --- a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts +++ b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts @@ -52,7 +52,7 @@ dependencies { commonCompileOnly("org.codehaus.groovy:groovy-all:2.4.12") commonCompileOnly(intellijCore()) commonCompileOnly(commonDependency("org.jetbrains.teamcity:serviceMessages")) - commonCompileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.12.3") + commonCompileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.12.4") commonCompileOnly(commonDependency("com.google.code.gson:gson")) commonCompileOnly(commonDependency("com.google.guava:guava")) commonCompileOnly("de.undercouch:gradle-download-task:4.1.1") diff --git a/repo/gradle-settings-conventions/gradle-enterprise/build.gradle.kts b/repo/gradle-settings-conventions/gradle-enterprise/build.gradle.kts index c43bdd40c79..673f87d8f15 100644 --- a/repo/gradle-settings-conventions/gradle-enterprise/build.gradle.kts +++ b/repo/gradle-settings-conventions/gradle-enterprise/build.gradle.kts @@ -14,6 +14,6 @@ kotlin.jvmToolchain(8) val buildGradlePluginVersion = extra.get("kotlin.build.gradlePlugin.version") dependencies { implementation("org.jetbrains.kotlin:kotlin-build-gradle-plugin:$buildGradlePluginVersion") - implementation("com.gradle:gradle-enterprise-gradle-plugin:3.12.3") - implementation("com.gradle:common-custom-user-data-gradle-plugin:1.8.2") + implementation("com.gradle:gradle-enterprise-gradle-plugin:3.12.4") + implementation("com.gradle:common-custom-user-data-gradle-plugin:1.9") }