Skip to content

Commit

Permalink
[dependabot-gradle] Bump io.mockk:mockk from 1.13.9 to 1.13.10
Browse files Browse the repository at this point in the history
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.9 to 1.13.10.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.9...1.13.10)

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and koenighotze committed Mar 27, 2024
1 parent 37716cf commit 0996401
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 @@ -66,7 +66,7 @@ dependencies {
testImplementation("com.ninja-squad:springmockk:4.0.2")
testImplementation("org.testcontainers:junit-jupiter")
testImplementation("org.testcontainers:postgresql")
testImplementation("io.mockk:mockk:1.13.9")
testImplementation("io.mockk:mockk:1.13.10")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

// testImplementation("org.testcontainers:r2dbc")
Expand Down

0 comments on commit 0996401

Please sign in to comment.