Skip to content

Commit dcc0d48

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency io.mockk:mockk to v1.14.7
1 parent bc4f9ff commit dcc0d48

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,11 @@
892892
<sha256 value="7f622d6052d0496556009103a87d8cbf47148b52b1b0d56da4001d36c6569cb2" origin="Generated by Gradle" reason="Artifact is not signed"/>
893893
</artifact>
894894
</component>
895+
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-bom" version="1.10.1">
896+
<artifact name="kotlinx-coroutines-bom-1.10.1.pom">
897+
<sha256 value="9cbd04ba63e7399856745713e312d2f2161a1d44eda506ded47c8d56daf8461f" origin="Generated by Gradle"/>
898+
</artifact>
899+
</component>
895900
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-bom" version="1.8.0">
896901
<artifact name="kotlinx-coroutines-bom-1.8.0.pom">
897902
<sha256 value="1239e9dbe1397cd5971342956b2511bc3ace7b641842e4372a088dcfa8b9ad55" origin="Generated by Gradle"/>

src/bom-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
// then it should be declared as "api" here since we use useCompileClasspathVersions
4141
// to make runtime classpath consistent with the compile one.
4242
api("org.wiremock:wiremock:3.13.1")
43-
api("io.mockk:mockk:1.14.6")
43+
api("io.mockk:mockk:1.14.7")
4444
api("net.bytebuddy:byte-buddy:1.17.8")
4545
api("nl.jqno.equalsverifier:equalsverifier:4.3")
4646
// activemq-all should not be used as it provides secondary slf4j binding

0 commit comments

Comments
 (0)