Skip to content

Commit

Permalink
fix(deps): update dependency io.mockk:mockk to v1.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent cb5380e commit 2de6bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/test.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
testImplementation "io.ktor:ktor-server-tests:$ktor_version"
testImplementation "org.jetbrains.kotlin:kotlin-test"
testImplementation "io.mockk:mockk:1.10.5"
testImplementation "io.mockk:mockk:1.13.12"
testImplementation "org.junit.jupiter:junit-jupiter-engine:$junit_version"
testImplementation "org.junit.jupiter:junit-jupiter-api:$junit_version"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5"
Expand Down

0 comments on commit 2de6bb5

Please sign in to comment.