Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (opensearch-projec…
…t#4123) Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.0 to 4.2.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/awaitility/awaitility/blob/master/changelog.txt">org.awaitility:awaitility's changelog</a>.</em></p> <blockquote> <h2>Changelog 4.2.1 (2024-03-15)</h2> <ul> <li> <p>Upgraded Kotlin to 1.9.22</p> </li> <li> <p>Added extension properties forever, then, and, given to the Kotlin extension. This allows you to do e.g.:</p> <p>await.forever until { .. }</p> </li> <li> <p>Added shortcut for enabling logging. Before you had to do e.g.</p> <p>await() .with() .conditionEvaluationListener(new ConditionEvaluationLogger(log::info)) .pollInterval(ONE_HUNDRED_MILLISECONDS) .until(logs::size, is(4));</p> <p>You can now instead use the "logging" shortcut:</p> <p>await() .with() .logging(log::info) .pollInterval(ONE_HUNDRED_MILLISECONDS) .until(logs::size, is(4));</p> <p>or simply ".logging()" for "System.out".</p> <p>This shortcut has also been added globally:</p> <p>Awaitility.setLogging(log::info);</p> <p>or</p> <p>Awaitility.setDefaultLogging();</p> </li> <li> <p>Improved lambda detection for Java 17 and Java 21</p> </li> <li> <p>Upgraded Groovy to 4.0.19</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/awaitility/awaitility/commit/ff13b724c45853c3becbec988a1447ac2508762d"><code>ff13b72</code></a> [maven-release-plugin] prepare release awaitility-4.2.1</li> <li><a href="https://github.com/awaitility/awaitility/commit/f80c2996d96c81b203f0483a55adfcc200c2963c"><code>f80c299</code></a> [ci skip] Preparing changelog for release</li> <li><a href="https://github.com/awaitility/awaitility/commit/4be5236649ef6b16e805137fa7be404ce4db3e09"><code>4be5236</code></a> [ci skip] Fixed typo in changelog</li> <li><a href="https://github.com/awaitility/awaitility/commit/e15b97560d873a7a632dc7cfaabff6d2fea92f50"><code>e15b975</code></a> Fixed failing tests</li> <li><a href="https://github.com/awaitility/awaitility/commit/7f7656e48377739cc41afdc60bf8f3c47135b196"><code>7f7656e</code></a> Adding 17 and 21 to tests</li> <li><a href="https://github.com/awaitility/awaitility/commit/32eafb69b38ff87ba4fae8b133e0ccc9ffa1a126"><code>32eafb6</code></a> Improved lambda detection and upgraded groovy/scala</li> <li><a href="https://github.com/awaitility/awaitility/commit/801293612b7a608d5e8c8ddce24b1398cdc4d2fe"><code>8012936</code></a> Trying to fix failing test</li> <li><a href="https://github.com/awaitility/awaitility/commit/b01855d944d96d072e4e760e1f81afb78d12afe7"><code>b01855d</code></a> Revert "Added java 21 tests"</li> <li><a href="https://github.com/awaitility/awaitility/commit/0e7dff0f0f36d50a88379ca810496ed91123aa83"><code>0e7dff0</code></a> Revert "Revert "Use Duration factories in Durations.java (<a href="https://redirect.github.com/awaitility/awaitility/issues/268">#268</a>)""</li> <li><a href="https://github.com/awaitility/awaitility/commit/97076a9acea3b6c3a07eda72a52bfdc6a4df6200"><code>97076a9</code></a> Added java 21 tests</li> <li>Additional commits viewable in <a href="https://github.com/awaitility/awaitility/compare/awaitility-4.2.0...awaitility-4.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.awaitility:awaitility&package-manager=gradle&previous-version=4.2.0&new-version=4.2.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information