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 420d134 commit 02e5f59Copy full SHA for 02e5f59
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.1")
+ api("nl.jqno.equalsverifier:equalsverifier:4.2.2")
46
// activemq-all should not be used as it provides secondary slf4j binding
47
api("org.apache.activemq:activemq-broker:5.16.8")
48
api("org.apache.activemq:activemq-client:5.16.8")
0 commit comments