Skip to content

Commit

Permalink
fix(deps): update dependency io.mockk:mockk to v1.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 25, 2024
1 parent 353ee26 commit 94e4e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
testImplementation("org.testcontainers:junit-jupiter:1.19.8")
testImplementation("org.testcontainers:postgresql:1.19.8")
// Mocking with Mockk (https://mockk.io/)
testImplementation("io.mockk:mockk:1.13.10")
testImplementation("io.mockk:mockk:1.13.11")
}

// Fix version requirement from Kotest
Expand Down

0 comments on commit 94e4e28

Please sign in to comment.