diff --git a/build-conventions/settings.gradle b/build-conventions/settings.gradle index 239d850330da8..6d0b8adba42d3 100644 --- a/build-conventions/settings.gradle +++ b/build-conventions/settings.gradle @@ -8,7 +8,7 @@ */ plugins { - id "com.gradle.develocity" version "3.18.1" + id "com.gradle.develocity" version "3.19.2" } rootProject.name = 'build-conventions' diff --git a/build-tools-internal/settings.gradle b/build-tools-internal/settings.gradle index 0d87e06fa6af7..25955663a7d0c 100644 --- a/build-tools-internal/settings.gradle +++ b/build-tools-internal/settings.gradle @@ -9,7 +9,7 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.18.1" + id "com.gradle.develocity" version "3.19.2" } dependencyResolutionManagement { diff --git a/build-tools/settings.gradle b/build-tools/settings.gradle index f429f73ddffc8..87d61b40a7cca 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 "3.18.1" + id "com.gradle.develocity" version "3.19.2" } include 'reaper' diff --git a/gradle/build.versions.toml b/gradle/build.versions.toml index 6da1c1e059882..8aefbe08719a6 100644 --- a/gradle/build.versions.toml +++ b/gradle/build.versions.toml @@ -17,7 +17,7 @@ commons-codec = "commons-codec:commons-codec:1.11" 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:3.18.1" +gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.19.2" hamcrest = "org.hamcrest:hamcrest:2.1" httpcore = "org.apache.httpcomponents:httpcore:4.4.12" httpclient = "org.apache.httpcomponents:httpclient:4.5.14" diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 29a68060fe309..4baf22a0c9c83 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -804,14 +804,9 @@ - - - - - - - - + + + diff --git a/plugins/examples/settings.gradle b/plugins/examples/settings.gradle index bbeb024957b75..6b20792e99f76 100644 --- a/plugins/examples/settings.gradle +++ b/plugins/examples/settings.gradle @@ -8,7 +8,7 @@ */ plugins { - id "com.gradle.develocity" version "3.18.1" + id "com.gradle.develocity" version "3.19.2" } // Include all subdirectories as example projects diff --git a/settings.gradle b/settings.gradle index 718a718f444b7..f960dc4326b93 100644 --- a/settings.gradle +++ b/settings.gradle @@ -14,7 +14,7 @@ pluginManagement { } plugins { - id "com.gradle.develocity" version "3.18.1" + id "com.gradle.develocity" version "3.19.2" id 'elasticsearch.java-toolchain' }