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 367c065b97 fix(deps): update dependency net.bytebuddy:byte-buddy to
v1.14.10
367c065b97 is described below
commit 367c065b9785a10cd33092873ed2f9131eb97254
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 11:33:34 2023 +0000
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.10
---
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 c43f97611e..511cf2f841 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -39,7 +39,7 @@ dependencies {
// to make runtime classpath consistent with the compile one.
api("com.github.tomakehurst:wiremock-jre8:2.35.1")
api("junit:junit:4.13.2")
- api("net.bytebuddy:byte-buddy:1.14.5")
+ api("net.bytebuddy:byte-buddy:1.14.10")
api("nl.jqno.equalsverifier:equalsverifier:3.14.3")
// activemq-all should not be used as it provides secondary slf4j
binding
api("org.apache.activemq:activemq-broker:5.16.6")