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

Commit

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

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

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

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  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 Jul 16, 2024
1 parent 7d15055 commit 446dd16
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 ktorVersion = "2.3.12"
val kotestVersion = "5.9.1"
val jacksonVersion = "2.17.2"
val mockkVersion = "1.13.11"
val mockkVersion = "1.13.12"
val felleslibVersion = "0.0.140"

plugins {
Expand Down

0 comments on commit 446dd16

Please sign in to comment.