Skip to content

Commit

Permalink
Merge pull request #26 from huisam/renovate/io.mockk-mockk-1.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency io.mockk:mockk to v1.13.13
  • Loading branch information
huisam authored Oct 16, 2024
2 parents b12641c + c72927e commit 03c9add
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 03c9add

Please sign in to comment.