Skip to content

Commit 6e58d4b

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency io.mockk:mockk to v1.13.17
1 parent 131c4cf commit 6e58d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/bom-testing/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
// then it should be declared as "api" here since we use useCompileClasspathVersions
3939
// to make runtime classpath consistent with the compile one.
4040
api("com.github.tomakehurst:wiremock-jre8:2.35.2")
41-
api("io.mockk:mockk:1.13.7")
41+
api("io.mockk:mockk:1.13.17")
4242
api("net.bytebuddy:byte-buddy:1.14.11")
4343
api("nl.jqno.equalsverifier:equalsverifier:3.15.5")
4444
// activemq-all should not be used as it provides secondary slf4j binding

0 commit comments

Comments
 (0)