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 0600c3e451 chore: bump net.bytebuddy to 1.17.8
0600c3e451 is described below
commit 0600c3e4516457bc5adf0aa5980ab291c0e1778c
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Thu Oct 30 15:46:30 2025 +0300
chore: bump net.bytebuddy to 1.17.8
---
src/bom-testing/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index ee4ea4abd8..0c0416cc64 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -41,7 +41,7 @@ dependencies {
// to make runtime classpath consistent with the compile one.
api("org.wiremock:wiremock:3.13.1")
api("io.mockk:mockk:1.14.6")
- api("net.bytebuddy:byte-buddy:1.14.11")
+ api("net.bytebuddy:byte-buddy:1.17.8")
api("nl.jqno.equalsverifier:equalsverifier:4.2.1")
// activemq-all should not be used as it provides secondary slf4j
binding
api("org.apache.activemq:activemq-broker:5.16.8")