Skip to content

Commit

Permalink
Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (opensearch-projec…
Browse files Browse the repository at this point in the history
…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 &quot;logging&quot; shortcut:</p>
<p>await()
.with()
.logging(log::info)
.pollInterval(ONE_HUNDRED_MILLISECONDS)
.until(logs::size, is(4));</p>
<p>or simply &quot;.logging()&quot; for &quot;System.out&quot;.</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 &quot;Added java 21 tests&quot;</li>
<li><a
href="https://github.com/awaitility/awaitility/commit/0e7dff0f0f36d50a88379ca810496ed91123aa83"><code>0e7dff0</code></a>
Revert &quot;Revert &quot;Use Duration factories in Durations.java (<a
href="https://redirect.github.com/awaitility/awaitility/issues/268">#268</a>)&quot;&quot;</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
dependabot[bot] authored and dlin2028 committed May 1, 2024
1 parent c8944e6 commit ccf09bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ dependencies {
testImplementation "org.springframework:spring-beans:${spring_version}"
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation('org.awaitility:awaitility:4.2.0') {
testImplementation('org.awaitility:awaitility:4.2.1') {
exclude(group: 'org.hamcrest', module: 'hamcrest')
}
// Only osx-x86_64, osx-aarch_64, linux-x86_64, linux-aarch_64, windows-x86_64 are available
Expand Down Expand Up @@ -731,7 +731,7 @@ dependencies {
integrationTestImplementation 'org.hamcrest:hamcrest:2.2'
integrationTestImplementation "org.bouncycastle:bcpkix-jdk18on:${versions.bouncycastle}"
integrationTestImplementation "org.bouncycastle:bcutil-jdk18on:${versions.bouncycastle}"
integrationTestImplementation('org.awaitility:awaitility:4.2.0') {
integrationTestImplementation('org.awaitility:awaitility:4.2.1') {
exclude(group: 'org.hamcrest', module: 'hamcrest')
}
integrationTestImplementation 'com.unboundid:unboundid-ldapsdk:4.0.14'
Expand Down

0 comments on commit ccf09bb

Please sign in to comment.