Skip to content

Commit

Permalink
chore(deps): bump awaitility from 4.1.1 to 4.2.0 (#548)
Browse files Browse the repository at this point in the history
Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/awaitility/awaitility/releases)
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](awaitility/awaitility@awaitility-4.1.1...awaitility-4.2.0)

---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
  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 7, 2022
1 parent cdf03c5 commit 3f22da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -140,7 +140,7 @@ subprojects {
// - Mocking
testImplementation(platform("org.mockito:mockito-bom:4.3.1"))
// - Await
testImplementation(group = "org.awaitility", name = "awaitility", version = "4.1.1")
testImplementation(group = "org.awaitility", name = "awaitility", version = "4.2.0")
// - Logging
testImplementation(group = "ch.qos.logback", name = "logback-classic", version = "1.2.11")
}
Expand Down

0 comments on commit 3f22da5

Please sign in to comment.