Skip to content

Commit

Permalink
Bump io.mockk:mockk from 1.13.13 to 1.13.14
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 675e1d7 commit 6156529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencyResolutionManagement {
library("junit-api", "org.junit.jupiter", "junit-jupiter-api").versionRef(junit5)
library("junit-engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef(junit5)
library("atrium", "ch.tutteli.atrium:atrium-fluent:1.2.0")
library("mockk", "io.mockk:mockk:1.13.13")
library("mockk", "io.mockk:mockk:1.13.14")

val slf4j = version("slf4j", "2.0.16")
library("slf4j-api", "org.slf4j", "slf4j-api").versionRef(slf4j)
Expand Down

0 comments on commit 6156529

Please sign in to comment.