Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Bump mockkVersion from 1.13.10 to 1.13.11
Browse files Browse the repository at this point in the history
Bumps `mockkVersion` from 1.13.10 to 1.13.11.

Updates `io.mockk:mockk` from 1.13.10 to 1.13.11
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.10...1.13.11)

Updates `io.mockk:mockk-jvm` from 1.13.10 to 1.13.11
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.10...1.13.11)

Updates `io.mockk:mockk-dsl-jvm` from 1.13.10 to 1.13.11
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.10...1.13.11)

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.mockk:mockk-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.mockk:mockk-dsl-jvm
  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 github-actions[bot] committed May 17, 2024
1 parent 2559871 commit fa23658
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 @@ -2,7 +2,7 @@ val javaVersion = JavaVersion.VERSION_21
val prometheusVersion = "0.15.0"
val ktorVersion = "2.3.11"
val jacksonVersion = "2.14.1"
val mockkVersion = "1.13.10"
val mockkVersion = "1.13.11"
val kotestVersion = "5.9.0"
val testContainersVersion = "1.19.8"

Expand Down

0 comments on commit fa23658

Please sign in to comment.