This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 7b85febfe8 chore(deps): update plugin com.gradle.develocity to v4
7b85febfe8 is described below
commit 7b85febfe8d30d29dd10c498cd55ae3b1e30e55d
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Oct 30 10:54:04 2025 +0000
chore(deps): update plugin com.gradle.develocity to v4
---
gradle/verification-metadata.xml | 5 +++++
settings.gradle.kts | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 2b2157a8bd..63948a4d8b 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -413,6 +413,11 @@
<sha256
value="0095b536e4c60a1325946ccdb1a9fbbb97249df276d89bb0eb1ba698a8a64f3f"
origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
+ <component group="com.gradle.develocity"
name="com.gradle.develocity.gradle.plugin" version="4.2.2">
+ <artifact name="com.gradle.develocity.gradle.plugin-4.2.2.pom">
+ <sha256
value="85a8106475e7ca345c4e604a659345794516056c7f974ce9f8c72011a13f11d5"
origin="Generated by Gradle" reason="Artifact is not signed"/>
+ </artifact>
+ </component>
<component group="commons-logging" name="commons-logging"
version="1.0.4">
<artifact name="commons-logging-1.0.4.pom">
<sha256
value="65d310509352b5425118225ee600a01f83ba72142d035014b5d164bc04b2d284"
origin="Generated by Gradle" reason="Artifact is not signed"/>
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 68e7213912..772cf2a748 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -22,7 +22,7 @@ pluginManagement {
}
plugins {
- id("com.gradle.develocity") version "3.18.2"
+ id("com.gradle.develocity") version "4.2.2"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2"
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
}