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 bd411da1a8 fix(deps): update dependency net.bytebuddy:byte-buddy to
v1.14.11
bd411da1a8 is described below
commit bd411da1a880646c217a024987c8ab8b1733be46
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Dec 25 02:36:40 2023 +0000
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.11
---
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 60128b0eb2..f7a1e4ce0e 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.10")
+ api("net.bytebuddy:byte-buddy:1.14.11")
api("nl.jqno.equalsverifier:equalsverifier:3.15.4")
// activemq-all should not be used as it provides secondary slf4j
binding
api("org.apache.activemq:activemq-broker:5.16.7")