Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bom-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
// then it should be declared as "api" here since we use useCompileClasspathVersions
// to make runtime classpath consistent with the compile one.
api("org.wiremock:wiremock:3.13.1")
api("io.mockk:mockk:1.14.7")
api("io.mockk:mockk:1.14.9")
api("net.bytebuddy:byte-buddy:1.17.8")
api("nl.jqno.equalsverifier:equalsverifier:4.3")
// activemq-all should not be used as it provides secondary slf4j binding
Expand Down
Loading