diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts
index 7cb9e75200d..ab2dca985fb 100644
--- a/buildSrc/build.gradle.kts
+++ b/buildSrc/build.gradle.kts
@@ -178,7 +178,7 @@ dependencies {
implementation("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.0.1")
implementation("org.gradle:test-retry-gradle-plugin:1.2.0")
- compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.11.1")
+ compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.11.2")
compileOnly(gradleApi())
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 2d46593d7ef..43cb22ccd08 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -2485,10 +2485,10 @@
-
-
-
-
+
+
+
+
diff --git a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts
index 9f04fc5b25d..8175f67761e 100644
--- a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts
+++ b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts
@@ -55,7 +55,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.11.1")
+ commonCompileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.11.2")
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/settings.gradle b/settings.gradle
index fc1af6c1aa4..fd8e69df5f0 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -26,7 +26,7 @@ buildscript {
}
plugins {
- id "com.gradle.enterprise" version "3.11.1"
+ id "com.gradle.enterprise" version "3.11.2"
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.8.1" apply false
}