Upgrade develocity plugin (#115139) (#115149)

This commit is contained in:
Mark Vieira 2024-10-18 15:19:35 -07:00 committed by GitHub
parent 731d0a24d8
commit 396e45f0dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -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.6"
gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.17.4"
gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.18.1"
hamcrest = "org.hamcrest:hamcrest:2.1"
httpcore = "org.apache.httpcomponents:httpcore:4.4.12"
httpclient = "org.apache.httpcomponents:httpclient:4.5.14"

View File

@ -799,6 +799,11 @@
<sha256 value="e2b3f8a191b0b401b75c2c4542d3d1719814a4212e6920fae4f2f940678bfd99" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle" name="develocity-gradle-plugin" version="3.18.1">
<artifact name="develocity-gradle-plugin-3.18.1.jar">
<sha256 value="0adf32afef4ae46a131367e393d18a5d9529750dfd1432287797a64b2c36c7ef" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.h2database" name="h2" version="1.4.197">
<artifact name="h2-1.4.197.jar">
<sha256 value="37f5216e14af2772930dff9b8734353f0a80e89ba3f33e065441de6537c5e842" origin="Generated by Gradle"/>

View File

@ -8,7 +8,7 @@
*/
plugins {
id "com.gradle.develocity" version "3.17.4"
id "com.gradle.develocity" version "3.18.1"
}
// Include all subdirectories as example projects

View File

@ -17,7 +17,7 @@ pluginManagement {
}
plugins {
id "com.gradle.develocity" version "3.17.4"
id "com.gradle.develocity" version "3.18.1"
id 'elasticsearch.java-toolchain'
}