Skip to content

Commit

Permalink
chore(deps): bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#336)
Browse files Browse the repository at this point in the history
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)

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.
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent a51355a commit bfef0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
testImplementation("com.squareup.okhttp3:okhttp:$okhttpVersion")
testImplementation("com.squareup.okhttp3:mockwebserver:$okhttpVersion")
testImplementation("com.squareup.okio:okio:3.9.0")
testImplementation("org.awaitility:awaitility:4.2.0")
testImplementation("org.awaitility:awaitility:4.2.1")

testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
Expand Down

0 comments on commit bfef0dd

Please sign in to comment.