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 295c57b42f fix(deps): update dependency org.ow2.asm:asm to v9.6
295c57b42f is described below
commit 295c57b42f43cabf88ad7f58673b35e30021531d
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 13:30:56 2023 +0000
fix(deps): update dependency org.ow2.asm:asm to v9.6
---
src/bom-thirdparty/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bom-thirdparty/build.gradle.kts
b/src/bom-thirdparty/build.gradle.kts
index 1ab2ac6da0..cb83a41e67 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.5")
+ api("org.ow2.asm:asm:9.6")
api("bsf:bsf:2.4.0")
api("cglib:cglib-nodep:3.3.0")