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 f9c68ecfe5 chore: bump
com.gradle.common-custom-user-data-gradle-plugin to 2.4.0
f9c68ecfe5 is described below
commit f9c68ecfe5690b2196c16bb662b204d92fcdbfef
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Oct 31 18:50:29 2025 +0300
chore: bump com.gradle.common-custom-user-data-gradle-plugin to 2.4.0
---
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 661fcd9c44..9a44627ea2 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -411,6 +411,11 @@
<sha256
value="f6111fd512eabacff117c7a46d730033c6f7eb78cc05ce73fe97cb195cf330f3"
origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
+ <component group="com.gradle.common-custom-user-data-gradle-plugin"
name="com.gradle.common-custom-user-data-gradle-plugin.gradle.plugin"
version="2.4.0">
+ <artifact
name="com.gradle.common-custom-user-data-gradle-plugin.gradle.plugin-2.4.0.pom">
+ <sha256
value="db08ceb605f60635df767981e8a407a016d70e332619a6222b948ffce45ae99c"
origin="Generated by Gradle" reason="Artifact is not signed"/>
+ </artifact>
+ </component>
<component group="com.gradle.develocity"
name="com.gradle.develocity.gradle.plugin" version="3.18.2">
<artifact name="com.gradle.develocity.gradle.plugin-3.18.2.pom">
<sha256
value="0095b536e4c60a1325946ccdb1a9fbbb97249df276d89bb0eb1ba698a8a64f3f"
origin="Generated by Gradle" reason="Artifact is not signed"/>
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 772cf2a748..7ca273729b 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -23,7 +23,7 @@ pluginManagement {
plugins {
id("com.gradle.develocity") version "4.2.2"
- id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2"
+ id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
}