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 a44ea5a56f chore: bump de.thetaphi.forbiddenapis to 3.10
a44ea5a56f is described below

commit a44ea5a56f03d3f2a39b030c77d98c69858f9b75
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Thu Oct 30 15:41:30 2025 +0300

    chore: bump de.thetaphi.forbiddenapis to 3.10
---
 build-logic/verification/build.gradle.kts                |  2 +-
 .../main/kotlin/build-logic.forbidden-apis.gradle.kts    |  3 ---
 gradle/verification-metadata.xml                         | 16 ++++++++++++++++
 3 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/build-logic/verification/build.gradle.kts 
b/build-logic/verification/build.gradle.kts
index bd9fe84d7e..860c7b2213 100644
--- a/build-logic/verification/build.gradle.kts
+++ b/build-logic/verification/build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
     api("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.0.4")
     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("de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.6")
+    
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")
diff --git 
a/build-logic/verification/src/main/kotlin/build-logic.forbidden-apis.gradle.kts
 
b/build-logic/verification/src/main/kotlin/build-logic.forbidden-apis.gradle.kts
index 5eed88a7d7..27fbb47fce 100644
--- 
a/build-logic/verification/src/main/kotlin/build-logic.forbidden-apis.gradle.kts
+++ 
b/build-logic/verification/src/main/kotlin/build-logic.forbidden-apis.gradle.kts
@@ -15,9 +15,6 @@
  * limitations under the License.
  */
 
-import com.github.vlsi.gradle.dsl.configureEach
-import de.thetaphi.forbiddenapis.gradle.CheckForbiddenApis
-
 plugins {
     id("de.thetaphi.forbiddenapis")
 }
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 63948a4d8b..c0de4cfec7 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -431,6 +431,17 @@
             <sha256 
value="dccd2171f5644d418b2504a317c247b99efde4656b6a483d1a59130501feb08d" 
origin="Generated by Gradle" reason="Artifact is not signed"/>
          </artifact>
       </component>
+      <component group="de.thetaphi" name="forbiddenapis" version="3.10">
+         <artifact name="forbiddenapis-3.10.jar">
+            <pgp value="0186F8B24C5BC02C94A0E0E486F75E83E1EE085F"/>
+         </artifact>
+         <artifact name="forbiddenapis-3.10.pom">
+            <ignored-keys>
+               <ignored-key id="0186F8B24C5BC02C94A0E0E486F75E83E1EE085F" 
reason="PGP verification failed"/>
+            </ignored-keys>
+            <sha256 
value="df4e17c848ebc8dd4d7b5df3a24168fd259b123733a3e6472e42d8a1cc188a01" 
origin="Generated by Gradle" reason="PGP signature verification failed!"/>
+         </artifact>
+      </component>
       <component group="de.thetaphi" name="forbiddenapis" version="3.6">
          <artifact name="forbiddenapis-3.6.jar">
             <ignored-keys>
@@ -445,6 +456,11 @@
             <sha256 
value="6231f560501df4c42863ef2e81134cccf04c3d3d8b9631a55f85041913c4a81b" 
origin="Generated by Gradle" reason="PGP signature verification failed!"/>
          </artifact>
       </component>
+      <component group="de.thetaphi.forbiddenapis" 
name="de.thetaphi.forbiddenapis.gradle.plugin" version="3.10">
+         <artifact name="de.thetaphi.forbiddenapis.gradle.plugin-3.10.pom">
+            <sha256 
value="872532f826dc5ba71082362b2e71e634e5f7562573c21ca96329179787b3460b" 
origin="Generated by Gradle" reason="Artifact is not signed"/>
+         </artifact>
+      </component>
       <component group="de.thetaphi.forbiddenapis" 
name="de.thetaphi.forbiddenapis.gradle.plugin" version="3.6">
          <artifact name="de.thetaphi.forbiddenapis.gradle.plugin-3.6.pom">
             <sha256 
value="563093977165b0c40643a0f7dbde12d473569468d97911acaf75eaba82dc86f3" 
origin="Generated by Gradle" reason="Artifact is not signed"/>

Reply via email to