dependabot[bot] opened a new pull request #2074: URL: https://github.com/apache/fineract/pull/2074
Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.1.1 to 4.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/awaitility/awaitility/blob/master/changelog.txt">awaitility's changelog</a>.</em></p> <blockquote> <h2>Changelog 4.2.0 (2022-03-04)</h2> <ul> <li> <p>Fixed a bug in the shutdown behavior of a polling thread. The wrong time unit was used causing executor shutdown to take way more time than expected in cases where it's stuck. Thanks to Claus Näveke for spotting this and for the initial PR.</p> </li> <li> <p>Fixed a bug in which condition was not evaluated correctly with small intervals, such as: await().atMost(Duration.ofMillis(10)).pollInterval(Duration.ofMillis(5)).until(..); (issue 224). Thanks to Robby Decosemaeker for PR.</p> </li> <li> <p>Upgraded the awaitility-kotlin module to use kotlin 1.6.10</p> </li> <li> <p>Fail fast conditions can now be specified with assertions. For example:</p> <p>await().failFast(() -> assertThat(state).isNotEqualTo("Failed")).until(..);</p> <p>(issue 238)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/awaitility/awaitility/commit/b5d82b703caa88b2ddc2ae0d06020c286d023a79"><code>b5d82b7</code></a> [maven-release-plugin] prepare release awaitility-4.2.0</li> <li><a href="https://github.com/awaitility/awaitility/commit/1ae03495d5a76298ae03f64b1209bc63f049d6b6"><code>1ae0349</code></a> Preparing changelog for release</li> <li><a href="https://github.com/awaitility/awaitility/commit/386eccb7369b6bdb0e434980a0c39ec7c70405a9"><code>386eccb</code></a> Improve error message in test</li> <li><a href="https://github.com/awaitility/awaitility/commit/fc45eb743e7f3a2aec2d57f6d3efd11165c9de44"><code>fc45eb7</code></a> Fail fast conditions can now be specified with assertions</li> <li><a href="https://github.com/awaitility/awaitility/commit/d39c00d76af752cfede573453aa904c761c5f6f6"><code>d39c00d</code></a> Upgrading Kotlin to 1.6.10</li> <li><a href="https://github.com/awaitility/awaitility/commit/f359e945794f1c2fc99c6a2cb1b7ac8638394cb8"><code>f359e94</code></a> Formatted ConditionAwaiter</li> <li><a href="https://github.com/awaitility/awaitility/commit/9c9a79bbb8c4a9c1cf5b8822a310e3b9161d07a4"><code>9c9a79b</code></a> Updated changelog to reflect the latest changes</li> <li><a href="https://github.com/awaitility/awaitility/commit/9e40d37614fae55588b7d512a447f76804f3e312"><code>9e40d37</code></a> Fix <a href="https://github-redirect.dependabot.com/awaitility/awaitility/issues/224">#224</a> - handle immidiate success scenario (<a href="https://github-redirect.dependabot.com/awaitility/awaitility/issues/228">#228</a>)</li> <li><a href="https://github.com/awaitility/awaitility/commit/3c9f3450ca3bcf7dd53f8fcf2f7c06675350d9cc"><code>3c9f345</code></a> Fixed a bug in the shutdown behavior of a polling thread. The wrong time unit...</li> <li><a href="https://github.com/awaitility/awaitility/commit/c4962d815b955059553f506ff1bed8ae7d055266"><code>c4962d8</code></a> Update README.md</li> <li>Additional commits viewable in <a href="https://github.com/awaitility/awaitility/compare/awaitility-4.1.1...awaitility-4.2.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
