Skip to content

Commit 972e9cb

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency io.mockk:mockk to v1.14.9
1 parent 2482ac5 commit 972e9cb

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,11 @@
942942
<sha256 value="9cbd04ba63e7399856745713e312d2f2161a1d44eda506ded47c8d56daf8461f" origin="Generated by Gradle"/>
943943
</artifact>
944944
</component>
945+
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-bom" version="1.10.2">
946+
<artifact name="kotlinx-coroutines-bom-1.10.2.pom">
947+
<sha256 value="faf0c6538e53ddc0499a63664d8e763c216580b2e18e722ccbdf1b431a6afe26" origin="Generated by Gradle"/>
948+
</artifact>
949+
</component>
945950
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-bom" version="1.8.0">
946951
<artifact name="kotlinx-coroutines-bom-1.8.0.pom">
947952
<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.7")
43+
api("io.mockk:mockk:1.14.9")
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)