Skip to content

Commit

Permalink
Build(deps): bump io.mockk:mockk in /packages/Manager
Browse files Browse the repository at this point in the history
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.13 to 1.13.14.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.13...1.13.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent d976dcd commit 6de3e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Manager/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
testImplementation("io.kotest:kotest-framework-engine:5.9.1")
testImplementation("org.springframework.kafka:spring-kafka-test")
testImplementation("org.awaitility:awaitility-kotlin:4.2.2")
testImplementation("io.mockk:mockk:1.13.13")
testImplementation("io.mockk:mockk:1.13.14")
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.3.0")
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
}
Expand Down

0 comments on commit 6de3e65

Please sign in to comment.