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 44e9e5fc6b fix(deps): update dependency
nl.jqno.equalsverifier:equalsverifier to v3.15.3
44e9e5fc6b is described below
commit 44e9e5fc6b032fc8a0d9f93d267034851352f0b7
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 14:17:06 2023 +0000
fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to
v3.15.3
---
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 f6dfe01c45..257c788f1a 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -40,7 +40,7 @@ dependencies {
api("com.github.tomakehurst:wiremock-jre8:2.35.1")
api("junit:junit:4.13.2")
api("net.bytebuddy:byte-buddy:1.14.10")
- api("nl.jqno.equalsverifier:equalsverifier:3.14.3")
+ api("nl.jqno.equalsverifier:equalsverifier:3.15.3")
// activemq-all should not be used as it provides secondary slf4j
binding
api("org.apache.activemq:activemq-broker:5.16.7")
api("org.apache.activemq:activemq-client:5.16.7")