Skip to content

Commit

Permalink
build(deps): bump io.mockk:mockk from 1.13.13 to 1.13.16
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.16.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.13...1.13.16)

---
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 13, 2025
1 parent 77a9039 commit 23bf97b
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 @@ -48,7 +48,7 @@ dependencies {
testImplementation("io.javalin:javalin-testtools:$javalinVersion")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion")
testImplementation("io.mockk:mockk:1.13.13")
testImplementation("io.mockk:mockk:1.13.16")

tstypesImplementation("dev.adamko.kxstsgen:kxs-ts-gen-core:0.2.4")

Expand Down

0 comments on commit 23bf97b

Please sign in to comment.