Skip to content

Commit

Permalink
Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#1481)
Browse files Browse the repository at this point in the history
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.2 to 4.3.0.
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](awaitility/awaitility@awaitility-4.2.2...awaitility-4.3.0)

---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Feb 24, 2025
1 parent 4afaebc commit cf44bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ under the License.
<okhttp.version>4.12.0</okhttp.version>
<caffeine.version>3.2.0</caffeine.version>
<xsoup.version>0.3.7</xsoup.version>
<awaitility.version>4.2.2</awaitility.version>
<awaitility.version>4.3.0</awaitility.version>
<!-- XXX https://github.com/apache/incubator-stormcrawler/issues/1298 -->
<jacoco.haltOnFailure>false</jacoco.haltOnFailure>
<jacoco.classRatio>0.73</jacoco.classRatio>
Expand Down
2 changes: 1 addition & 1 deletion external/playwright/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ under the License.

<properties>
<playwright.version>1.50.0</playwright.version>
<awaitility.version>4.2.2</awaitility.version>
<awaitility.version>4.3.0</awaitility.version>
<wiremock.version>3.12.0</wiremock.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>
<jacoco.classRatio>0.00</jacoco.classRatio>
Expand Down

0 comments on commit cf44bfc

Please sign in to comment.