diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index af9398b5ad8..74e56825014 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -1345,6 +1345,12 @@
+
+
+
+
+
+
@@ -2893,6 +2899,12 @@
+
+
+
+
+
+
@@ -6274,6 +6286,12 @@
+
+
+
+
+
+
@@ -6316,6 +6334,12 @@
+
+
+
+
+
+
@@ -6340,6 +6364,12 @@
+
+
+
+
+
+
@@ -6364,6 +6394,12 @@
+
+
+
+
+
+
@@ -6388,6 +6424,12 @@
+
+
+
+
+
+
@@ -6412,6 +6454,12 @@
+
+
+
+
+
+
@@ -6436,6 +6484,12 @@
+
+
+
+
+
+
@@ -6460,6 +6514,12 @@
+
+
+
+
+
+
@@ -6484,6 +6544,12 @@
+
+
+
+
+
+
@@ -6508,6 +6574,12 @@
+
+
+
+
+
+
@@ -6532,6 +6604,12 @@
+
+
+
+
+
+
@@ -6556,6 +6634,12 @@
+
+
+
+
+
+
@@ -6580,6 +6664,12 @@
+
+
+
+
+
+
@@ -6604,6 +6694,12 @@
+
+
+
+
+
+
@@ -6628,6 +6724,12 @@
+
+
+
+
+
+
@@ -6652,6 +6754,12 @@
+
+
+
+
+
+
@@ -6676,6 +6784,12 @@
+
+
+
+
+
+
@@ -6700,6 +6814,12 @@
+
+
+
+
+
+
@@ -6724,6 +6844,12 @@
+
+
+
+
+
+
@@ -6748,6 +6874,12 @@
+
+
+
+
+
+
@@ -6772,6 +6904,12 @@
+
+
+
+
+
+
@@ -6802,6 +6940,12 @@
+
+
+
+
+
+
@@ -9328,6 +9472,12 @@
+
+
+
+
+
+
@@ -9364,6 +9514,12 @@
+
+
+
+
+
+
@@ -9430,6 +9586,12 @@
+
+
+
+
+
+
@@ -9478,6 +9640,12 @@
+
+
+
+
+
+
@@ -9502,6 +9670,12 @@
+
+
+
+
+
+
diff --git a/repo/gradle-build-conventions/buildsrc-compat/src/main/kotlin/GradleCommon.kt b/repo/gradle-build-conventions/buildsrc-compat/src/main/kotlin/GradleCommon.kt
index 2cb6285a1cf..004cd2970c5 100644
--- a/repo/gradle-build-conventions/buildsrc-compat/src/main/kotlin/GradleCommon.kt
+++ b/repo/gradle-build-conventions/buildsrc-compat/src/main/kotlin/GradleCommon.kt
@@ -150,7 +150,7 @@ fun Project.createGradleCommonSourceSet(): SourceSet {
dependencies {
compileOnlyConfigurationName(kotlinStdlib())
- "commonGradleApiCompileOnly"("dev.gradleplugins:gradle-api:8.1")
+ "commonGradleApiCompileOnly"("dev.gradleplugins:gradle-api:8.2")
if (this@createGradleCommonSourceSet.name !in testPlugins) {
compileOnlyConfigurationName(project(":kotlin-gradle-plugin-api")) {
capabilities {