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 b55b0b5544 chore: bump org.jetbrains.gradle.plugin.idea-ext to 1.3
b55b0b5544 is described below

commit b55b0b554412e575c77d2eb0776e2191924f9e45
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Oct 31 19:28:46 2025 +0300

    chore: bump org.jetbrains.gradle.plugin.idea-ext to 1.3
---
 build-logic/root-build/build.gradle.kts   |  2 +-
 build-logic/verification/build.gradle.kts |  2 +-
 gradle/verification-metadata.xml          | 13 +++++++++++++
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/build-logic/root-build/build.gradle.kts 
b/build-logic/root-build/build.gradle.kts
index 6e74cadf0b..6f73f54ac1 100644
--- a/build-logic/root-build/build.gradle.kts
+++ b/build-logic/root-build/build.gradle.kts
@@ -31,6 +31,6 @@ dependencies {
     api("com.github.vlsi.ide:com.github.vlsi.ide.gradle.plugin:2.0.0")
     
api("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:2.0.0")
     api("org.nosphere.apache.rat:org.nosphere.apache.rat.gradle.plugin:0.8.1")
-    
api("org.jetbrains.gradle.plugin.idea-ext:org.jetbrains.gradle.plugin.idea-ext.gradle.plugin:1.1.7")
+    
api("org.jetbrains.gradle.plugin.idea-ext:org.jetbrains.gradle.plugin.idea-ext.gradle.plugin:1.3")
     
api("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.2.21")
 }
diff --git a/build-logic/verification/build.gradle.kts 
b/build-logic/verification/build.gradle.kts
index 860c7b2213..a67bc8ffd8 100644
--- a/build-logic/verification/build.gradle.kts
+++ b/build-logic/verification/build.gradle.kts
@@ -29,6 +29,6 @@ dependencies {
     
api("de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.10")
     api("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.3.0")
     api("org.checkerframework:org.checkerframework.gradle.plugin:0.6.60")
-    
api("org.jetbrains.gradle.plugin.idea-ext:org.jetbrains.gradle.plugin.idea-ext.gradle.plugin:1.1.7")
+    
api("org.jetbrains.gradle.plugin.idea-ext:org.jetbrains.gradle.plugin.idea-ext.gradle.plugin:1.3")
     api("org.sonarqube:org.sonarqube.gradle.plugin:4.4.1.3373")
 }
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 2784b82839..d03d1a66c8 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -500,6 +500,14 @@
             <sha256 
value="f8f16eb8be341a1d29e15b715fb34d920ef5f9a6f15555c48c2c7f9825a5f83f" 
origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
+      <component group="gradle.plugin.org.jetbrains.gradle.plugin.idea-ext" 
name="gradle-idea-ext" version="1.3">
+         <artifact name="gradle-idea-ext-1.3.jar">
+            <sha256 
value="a50ba79776c223679c878af380f7b7efac5d8b6e0865c8d3d6207450e0135a30" 
origin="Generated by Gradle" reason="Artifact is not signed"/>
+         </artifact>
+         <artifact name="gradle-idea-ext-1.3.pom">
+            <sha256 
value="d930f23a39107c8f18809dd732d2163e615e6e2a27ad9621c1b4f6e6703d4a11" 
origin="Generated by Gradle" reason="Artifact is not signed"/>
+         </artifact>
+      </component>
       <component group="io.codearte.gradle.nexus" 
name="gradle-nexus-staging-plugin" version="0.21.2">
          <artifact name="gradle-nexus-staging-plugin-0.21.2.jar">
             <pgp value="1AB9BDF40ED49DEBB5CAADED5B30D3B10694F057"/>
@@ -742,6 +750,11 @@
             <sha256 
value="b953806a04ecd62b1bc87f81da56e809f5f0d7881c181f056554805af8664eb9" 
origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
+      <component group="org.jetbrains.gradle.plugin.idea-ext" 
name="org.jetbrains.gradle.plugin.idea-ext.gradle.plugin" version="1.3">
+         <artifact 
name="org.jetbrains.gradle.plugin.idea-ext.gradle.plugin-1.3.pom">
+            <sha256 
value="fc5e8d94d6bf5a22043c76354a3d5ca756501e50d5af42ad3d9d73f65dbafa37" 
origin="Generated by Gradle" reason="Artifact is not signed"/>
+         </artifact>
+      </component>
       <component group="org.jetbrains.kotlin" name="kotlin-compiler-runner" 
version="2.2.21">
          <artifact name="kotlin-compiler-runner-2.2.21.pom">
             <sha256 
value="1f103d8bde08ddd614bd983abdfcb7949139c606ac60cd8a68941fd0fb1ee124" 
origin="Generated by Gradle"/>

Reply via email to