Update Gradle Enterprise plugin to 3.11.2
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts
index 7cb9e75..ab2dca9 100644
--- a/buildSrc/build.gradle.kts
+++ b/buildSrc/build.gradle.kts
@@ -178,7 +178,7 @@
     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 2d46593..43cb22c 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -2485,10 +2485,10 @@
             <sha256 value="8fa1cc8d25f131eaf4f561c90971a2d9ea49cf2911d0616fc0fd97e756fc6798" origin="Generated by Gradle"/>
          </artifact>
       </component>
-      <component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.11.1">
-         <artifact name="gradle-enterprise-gradle-plugin-3.11.1.jar">
-            <md5 value="ac4788f01d81be94690c0ff80b75554e" origin="Generated by Gradle"/>
-            <sha256 value="44f83b954efda3bebbc637affbbf358454efadec3c84086f33a7d4096f4e8d6e" origin="Generated by Gradle"/>
+      <component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.11.2">
+         <artifact name="gradle-enterprise-gradle-plugin-3.11.2.jar">
+            <md5 value="b8f7d5a851960c8827547d6368cafeba" origin="Generated by Gradle"/>
+            <sha256 value="efec489c7721670b827fdfd5c26eb1f43561911f7d99d35c2bb0b9a74578e119" origin="Generated by Gradle"/>
          </artifact>
       </component>
       <component group="com.gradle.publish" name="plugin-publish-plugin" version="1.0.0">
diff --git a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts
index 9f04fc5..8175f67 100644
--- a/libraries/tools/kotlin-gradle-plugin/build.gradle.kts
+++ b/libraries/tools/kotlin-gradle-plugin/build.gradle.kts
@@ -55,7 +55,7 @@
     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 fc1af6c..fd8e69d 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -26,7 +26,7 @@
 }
 
 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
 }