Skip to content

Commit

Permalink
fix: bump io.mockk:mockk-jvm in the other-dependencies group
Browse files Browse the repository at this point in the history
Bumps the other-dependencies group with 1 update: [io.mockk:mockk-jvm](https://github.com/mockk/mockk).


Updates `io.mockk:mockk-jvm` 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-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent e6d5089 commit 7b8aacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {


testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
testImplementation 'io.mockk:mockk-jvm:1.13.13'
testImplementation 'io.mockk:mockk-jvm:1.13.14'
testImplementation 'org.mockito:mockito-core:5.14.2'
testImplementation 'org.hamcrest:hamcrest:3.0'
}
Expand Down

0 comments on commit 7b8aacd

Please sign in to comment.