Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 #1132

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2024

Bumps org.awaitility:awaitility from 4.2.0 to 4.2.1.

Changelog

Sourced from org.awaitility:awaitility's changelog.

Changelog 4.2.1 (2024-03-15)

  • Upgraded Kotlin to 1.9.22

  • Added extension properties forever, then, and, given to the Kotlin extension. This allows you to do e.g.:

    await.forever until { .. }

  • Added shortcut for enabling logging. Before you had to do e.g.

    await() .with() .conditionEvaluationListener(new ConditionEvaluationLogger(log::info)) .pollInterval(ONE_HUNDRED_MILLISECONDS) .until(logs::size, is(4));

    You can now instead use the "logging" shortcut:

    await() .with() .logging(log::info) .pollInterval(ONE_HUNDRED_MILLISECONDS) .until(logs::size, is(4));

    or simply ".logging()" for "System.out".

    This shortcut has also been added globally:

    Awaitility.setLogging(log::info);

    or

    Awaitility.setDefaultLogging();

  • Improved lambda detection for Java 17 and Java 21

  • Upgraded Groovy to 4.0.19

Commits
  • ff13b72 [maven-release-plugin] prepare release awaitility-4.2.1
  • f80c299 [ci skip] Preparing changelog for release
  • 4be5236 [ci skip] Fixed typo in changelog
  • e15b975 Fixed failing tests
  • 7f7656e Adding 17 and 21 to tests
  • 32eafb6 Improved lambda detection and upgraded groovy/scala
  • 8012936 Trying to fix failing test
  • b01855d Revert "Added java 21 tests"
  • 0e7dff0 Revert "Revert "Use Duration factories in Durations.java (#268)""
  • 97076a9 Added java 21 tests
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 19, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

ghost pushed a commit that referenced this pull request Mar 19, 2024
1132: build(deps-dev): Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 r=github-actions[bot] a=dependabot[bot]

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=maven&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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link

github-actions bot commented Mar 19, 2024

Test Results

 50 files   50 suites   1m 24s ⏱️
138 tests 138 ✅ 0 💤 0 ❌
438 runs  438 ✅ 0 💤 0 ❌

Results for commit 4a9910e.

♻️ This comment has been updated with latest results.

@ghost
Copy link

ghost commented Mar 19, 2024

Timed out.

@korthout
Copy link
Member

bors retry

ghost pushed a commit that referenced this pull request Mar 20, 2024
1132: build(deps-dev): Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 r=github-actions[bot] a=dependabot[bot]

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=maven&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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ghost
Copy link

ghost commented Mar 20, 2024

Timed out.

@dependabot dependabot bot force-pushed the dependabot/maven/org.awaitility-awaitility-4.2.1 branch from 4aced83 to 56b9a04 Compare April 1, 2024 16:45
@korthout
Copy link
Member

korthout commented Apr 3, 2024

bors retry

ghost pushed a commit that referenced this pull request Apr 3, 2024
1132: build(deps-dev): Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 r=github-actions[bot] a=dependabot[bot]

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=maven&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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ghost
Copy link

ghost commented Apr 3, 2024

Timed out.

@remcowesterhoud
Copy link
Contributor

@dependabot rebase

Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.0 to 4.2.1.
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](awaitility/awaitility@awaitility-4.2.0...awaitility-4.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.awaitility-awaitility-4.2.1 branch from 56b9a04 to 4a9910e Compare July 11, 2024 08:08
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

ghost pushed a commit that referenced this pull request Jul 11, 2024
1132: build(deps-dev): Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 r=github-actions[bot] a=dependabot[bot]

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=maven&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)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ghost
Copy link

ghost commented Jul 11, 2024

Timed out.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2024

Superseded by #1221.

@dependabot dependabot bot closed this Aug 7, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.awaitility-awaitility-4.2.1 branch August 7, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants