Skip to content

Commit

Permalink
chore(deps): bump io.strikt:strikt-mockk from 0.33.0 to 0.34.1
Browse files Browse the repository at this point in the history
Bumps [io.strikt:strikt-mockk](https://github.com/robfletcher/strikt) from 0.33.0 to 0.34.1.
- [Release notes](https://github.com/robfletcher/strikt/releases)
- [Changelog](https://github.com/robfletcher/strikt/blob/main/CHANGELOG.md)
- [Commits](robfletcher/strikt@v0.33.0...v0.34.1)

---
updated-dependencies:
- dependency-name: io.strikt:strikt-mockk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and nowakweronika committed Nov 20, 2023
1 parent 7477215 commit 7c530e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-shared-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
// cannot use 0.34.0 due to an existing bug
// https://github.com/robfletcher/strikt/issues/259
api 'io.strikt:strikt-core:0.33.0'
api 'io.strikt:strikt-mockk:0.33.0'
api 'io.strikt:strikt-mockk:0.34.1'

// Setup Junit4 and Junit5
api(platform("org.junit:junit-bom:5.10.0"))
Expand Down

0 comments on commit 7c530e1

Please sign in to comment.