Skip to content

Commit

Permalink
Bump org.awaitility:awaitility from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](awaitility/awaitility@awaitility-4.2.1...awaitility-4.2.2)

---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Aug 12, 2024
1 parent 695476f commit 5d9340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.16" }
# Test dependencies
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
awaitility = { module = "org.awaitility:awaitility", version = "4.2.1" }
awaitility = { module = "org.awaitility:awaitility", version = "4.2.2" }
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }

[plugins]
Expand Down

0 comments on commit 5d9340a

Please sign in to comment.