diff --git a/build-conventions/settings.gradle b/build-conventions/settings.gradle
index af4c5ac4e754d..87141309d2196 100644
--- a/build-conventions/settings.gradle
+++ b/build-conventions/settings.gradle
@@ -8,7 +8,7 @@
*/
plugins {
- id "com.gradle.develocity" version "4.1.1"
+ id "com.gradle.develocity" version "4.2.2"
}
rootProject.name = 'build-conventions'
diff --git a/build-tools-internal/settings.gradle b/build-tools-internal/settings.gradle
index a76f3e2305f5c..59700b23d9000 100644
--- a/build-tools-internal/settings.gradle
+++ b/build-tools-internal/settings.gradle
@@ -9,7 +9,7 @@ pluginManagement {
}
plugins {
- id "com.gradle.develocity" version "4.1.1"
+ id "com.gradle.develocity" version "4.2.2"
}
dependencyResolutionManagement {
diff --git a/build-tools/settings.gradle b/build-tools/settings.gradle
index 9ccc6cb1527e3..e6177212f9373 100644
--- a/build-tools/settings.gradle
+++ b/build-tools/settings.gradle
@@ -10,7 +10,7 @@ pluginManagement {
includeBuild "../build-conventions"
}
plugins {
- id "com.gradle.develocity" version "4.1.1"
+ id "com.gradle.develocity" version "4.2.2"
}
include 'reaper'
diff --git a/gradle/build.versions.toml b/gradle/build.versions.toml
index 14dee9e7567cd..fd2940ec971ee 100644
--- a/gradle/build.versions.toml
+++ b/gradle/build.versions.toml
@@ -17,7 +17,7 @@ checkstyle = "com.puppycrawl.tools:checkstyle:11.0.1"
commmons-io = "commons-io:commons-io:2.2"
docker-compose = "com.avast.gradle:gradle-docker-compose-plugin:0.17.5"
forbiddenApis = "de.thetaphi:forbiddenapis:3.8"
-gradle-enterprise = "com.gradle:develocity-gradle-plugin:4.1.1"
+gradle-enterprise = "com.gradle:develocity-gradle-plugin:4.2.2"
hamcrest = "org.hamcrest:hamcrest:3.0"
httpcore5 = "org.apache.httpcomponents.core5:httpcore5:5.3.3"
httpclient5 = "org.apache.httpcomponents.client5:httpclient5:5.4.2"
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index c76a6c71d4200..ca343b7d604c8 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -912,9 +912,9 @@
-
-
-
+
+
+
diff --git a/plugins/examples/settings.gradle b/plugins/examples/settings.gradle
index 105e0d4a0a669..43ff62515483a 100644
--- a/plugins/examples/settings.gradle
+++ b/plugins/examples/settings.gradle
@@ -8,7 +8,7 @@
*/
plugins {
- id "com.gradle.develocity" version "4.1.1"
+ id "com.gradle.develocity" version "4.2.2"
}
// Include all subdirectories as example projects
diff --git a/settings.gradle b/settings.gradle
index 8eecfb7ff0b15..82fbc566efb02 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -14,7 +14,7 @@ pluginManagement {
}
plugins {
- id "com.gradle.develocity" version "4.1.1"
+ id "com.gradle.develocity" version "4.2.2"
id 'elasticsearch.java-toolchain'
id 'elasticsearch.component-metadata-rules'
}