You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/04/28 08:24:46 UTC

[jmeter] branch master updated: fix(deps): update dependency org.ow2.asm:asm to v9.5 (#5837)

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 2588c54871 fix(deps): update dependency org.ow2.asm:asm to v9.5 (#5837)
2588c54871 is described below

commit 2588c54871e1ee4cebfb2c672ee4785a5bc29849
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Fri Apr 28 10:24:40 2023 +0200

    fix(deps): update dependency org.ow2.asm:asm to v9.5 (#5837)
---
 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 fa90dd1ad8..0ef7970d8a 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -39,7 +39,7 @@ dependencies {
         // then it should be declared as "api" here since we use useCompileClasspathVersions
         // to make runtime classpath consistent with the compile one.
         api("org.apache.tika:tika-parsers:1.28.5")
-        api("org.ow2.asm:asm:9.3")
+        api("org.ow2.asm:asm:9.5")
 
         // activemq-all should not be used as it provides secondary slf4j binding
         api("org.apache.activemq:activemq-broker:5.16.4")