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 ad456c4cc2 chore: bump org.ow2.asm to 9.9
ad456c4cc2 is described below

commit ad456c4cc2cd520f8d3c4939eb0ced7d874eb35e
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Thu Oct 30 13:32:25 2025 +0300

    chore: bump org.ow2.asm to 9.9
---
 src/bom-thirdparty/build.gradle.kts         | 2 +-
 src/dist/src/dist/expected_release_jars.csv | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bom-thirdparty/build.gradle.kts 
b/src/bom-thirdparty/build.gradle.kts
index f55ed3e043..2a72371137 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -38,7 +38,7 @@ dependencies {
         // compilation classpath (e.g. it is used as a transitive by a 
third-party library)
         // then it should be declared as "api" here since we use 
useCompileClasspathVersions
         // to make runtime classpath consistent with the compile one.
-        api("org.ow2.asm:asm:9.6")
+        api("org.ow2.asm:asm:9.9")
 
         api("bsf:bsf:2.4.0")
         api("cglib:cglib-nodep:3.3.0")
diff --git a/src/dist/src/dist/expected_release_jars.csv 
b/src/dist/src/dist/expected_release_jars.csv
index 63e0fc6317..35b439216d 100644
--- a/src/dist/src/dist/expected_release_jars.csv
+++ b/src/dist/src/dist/expected_release_jars.csv
@@ -1,7 +1,7 @@
 30245,accessors-smart-2.6.0.jar
 31170,annotations-26.0.2-1.jar
 6806,apiguardian-api-1.1.2.jar
-126093,asm-9.7.1.jar
+126122,asm-9.9.jar
 485992,batik-anim-1.17.jar
 424429,batik-awt-util-1.17.jar
 704814,batik-bridge-1.17.jar

Reply via email to