diff --git a/build-conventions/settings.gradle b/build-conventions/settings.gradle index fe5f0f7f685b4..af4c5ac4e754d 100644 --- a/build-conventions/settings.gradle +++ b/build-conventions/settings.gradle @@ -8,7 +8,7 @@ */ plugins { - id "com.gradle.develocity" version "4.0.1" + id "com.gradle.develocity" version "4.1.1" } rootProject.name = 'build-conventions' diff --git a/build-tools-internal/settings.gradle b/build-tools-internal/settings.gradle index b51c98c6f6055..a76f3e2305f5c 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.0.1" + id "com.gradle.develocity" version "4.1.1" } dependencyResolutionManagement { diff --git a/build-tools/settings.gradle b/build-tools/settings.gradle index 34f980f7dcf46..9ccc6cb1527e3 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.0.1" + id "com.gradle.develocity" version "4.1.1" } include 'reaper' diff --git a/gradle/build.versions.toml b/gradle/build.versions.toml index 0c42445d9f126..648758520280a 100644 --- a/gradle/build.versions.toml +++ b/gradle/build.versions.toml @@ -17,7 +17,7 @@ checkstyle = "com.puppycrawl.tools:checkstyle:10.3" 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.0.1" +gradle-enterprise = "com.gradle:develocity-gradle-plugin:4.1.1" 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 9a3eec99bba2f..da9cae1e021a6 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -959,11 +959,9 @@ - - - - - + + + diff --git a/plugins/examples/settings.gradle b/plugins/examples/settings.gradle index bb2c0e7e7e96d..105e0d4a0a669 100644 --- a/plugins/examples/settings.gradle +++ b/plugins/examples/settings.gradle @@ -8,7 +8,7 @@ */ plugins { - id "com.gradle.develocity" version "4.0.1" + id "com.gradle.develocity" version "4.1.1" } // Include all subdirectories as example projects diff --git a/settings.gradle b/settings.gradle index ee67bffe7a99c..7a5febad80319 100644 --- a/settings.gradle +++ b/settings.gradle @@ -15,7 +15,7 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "4.0.1" + id "com.gradle.develocity" version "4.1.1" id 'elasticsearch.java-toolchain' }