Skip to content

Commit

Permalink
build(deps): bump mockk.version from 1.13.12 to 1.13.13
Browse files Browse the repository at this point in the history
Bumps `mockk.version` from 1.13.12 to 1.13.13.

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

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

---
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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 232fe52 commit 1fb2572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<kotest-spring.version>1.3.0</kotest-spring.version>
<mockk.version>1.13.10</mockk.version>
<kotest-spring.version>1.3.0</kotest-spring.version>
<mockk.version>1.13.12</mockk.version>
<mockk.version>1.13.13</mockk.version>
<wiremock.version>2.35.2</wiremock.version>

<maven.compiler.target>${jdk.version}</maven.compiler.target>
Expand Down

0 comments on commit 1fb2572

Please sign in to comment.