Skip to content

Commit

Permalink
Bump org.awaitility:awaitility from 4.2.0 to 4.2.2
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.2.
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](awaitility/awaitility@awaitility-4.2.0...awaitility-4.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent aacb9e3 commit 42d58a2
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.1.8</caffeine.version>
<xsoup.version>0.3.7</xsoup.version>
<awaitility.version>4.2.0</awaitility.version>
<awaitility.version>4.2.2</awaitility.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>
<jacoco.classRatio>0.73</jacoco.classRatio>
<jacoco.instructionRatio>0.56</jacoco.instructionRatio>
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.46.0</playwright.version>
<awaitility.version>4.2.1</awaitility.version>
<awaitility.version>4.2.2</awaitility.version>
<wiremock.version>3.5.4</wiremock.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>
<jacoco.classRatio>0.00</jacoco.classRatio>
Expand Down

0 comments on commit 42d58a2

Please sign in to comment.