Skip to content

Commit

Permalink
Bump io.mockk:mockk from 1.13.13 to 1.13.14 in /prime-router
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 Dec 29, 2024
1 parent 345f93c commit c54c114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ dependencies {
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")

testImplementation(kotlin("test-junit5"))
testImplementation("io.mockk:mockk:1.13.13")
testImplementation("io.mockk:mockk:1.13.14")
testImplementation("io.ktor:ktor-client-mock:$ktorVersion")

implementation(project(":shared"))
Expand Down

0 comments on commit c54c114

Please sign in to comment.