Skip to content

Commit

Permalink
chore(deps): bump mockito-bom from 4.3.1 to 4.4.0 (#551)
Browse files Browse the repository at this point in the history
Bumps [mockito-bom](https://github.com/mockito/mockito) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.3.1...v4.4.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 13, 2022
1 parent ea9f339 commit 8a0705a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -138,7 +138,7 @@ subprojects {
testImplementation(platform("org.junit:junit-bom:5.8.2"))
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter")
// - Mocking
testImplementation(platform("org.mockito:mockito-bom:4.3.1"))
testImplementation(platform("org.mockito:mockito-bom:4.4.0"))
// - Await
testImplementation(group = "org.awaitility", name = "awaitility", version = "4.2.0")
// - Logging
Expand Down

0 comments on commit 8a0705a

Please sign in to comment.