Skip to content

Commit

Permalink
Merge pull request #59 from NikitaMishin/dependabot/gradle/io.mockk-m…
Browse files Browse the repository at this point in the history
…ockk-1.13.13

Bump io.mockk:mockk from 1.13.12 to 1.13.13
  • Loading branch information
DanielSchiavini authored Oct 11, 2024
2 parents 6fb6dea + 9fa684b commit 50e7726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
testImplementation group: "org.jetbrains.kotlinx", name: "kotlinx-coroutines-core", version: "1.8.1"

// https://mvnrepository.com/artifact/io.mockk/mockk
testImplementation group: "io.mockk", name: "mockk", version: "1.13.12"
testImplementation group: "io.mockk", name: "mockk", version: "1.13.13"
}

configurations {
Expand Down

0 comments on commit 50e7726

Please sign in to comment.