Skip to content

Commit

Permalink
fix(deps): update dependency io.mockk:mockk to v1.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent b12641c commit c72927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.21")
implementation("io.arrow-kt:arrow-optics:1.1.5")
testImplementation("io.mockk:mockk:1.13.12")
testImplementation("io.mockk:mockk:1.13.13")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.8.1")
testImplementation("org.springframework.boot:spring-boot-starter-test")
Expand Down

0 comments on commit c72927e

Please sign in to comment.