We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b4fb1 commit eaa9497Copy full SHA for eaa9497
src/bom-testing/build.gradle.kts
@@ -42,7 +42,7 @@ dependencies {
42
api("org.wiremock:wiremock:3.13.1")
43
api("io.mockk:mockk:1.14.6")
44
api("net.bytebuddy:byte-buddy:1.17.8")
45
- api("nl.jqno.equalsverifier:equalsverifier:4.2.4")
+ api("nl.jqno.equalsverifier:equalsverifier:4.3")
46
// activemq-all should not be used as it provides secondary slf4j binding
47
api("org.apache.activemq:activemq-broker:6.2.0")
48
api("org.apache.activemq:activemq-client:6.2.0")
0 commit comments