Skip to content

Commit

Permalink
Bump mockk.version from 1.12.2 to 1.12.3 (#424)
Browse files Browse the repository at this point in the history
Bumps `mockk.version` from 1.12.2 to 1.12.3.

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

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

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.mockk:mockk-dsl-jvm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 6, 2022
1 parent 1d1f3e0 commit c90e018
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 @@ -69,7 +69,7 @@
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-surefire.version>3.0.0-M5</maven-surefire.version>
<mockito.version>4.3.1</mockito.version>
<mockk.version>1.12.2</mockk.version>
<mockk.version>1.12.3</mockk.version>
<nexus-staging-maven-plugin.version>1.6.12</nexus-staging-maven-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit c90e018

Please sign in to comment.