Skip to content

Commit

Permalink
build(deps): bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#3308)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent e99c745 commit aeb0d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ versions.braveVersion = "6.1.0"
versions.jacksonVersion = "2.18.2"
versions.jsonPathVersion = "2.9.0"
versions.opensaml = "4.0.1" // Spring Security 5.8.x allows OpenSAML 3 or 4. OpenSAML 3 has reached its end-of-life. Spring Security 6 drops support for 3, using 4.
versions.awaitilityVersion = "4.2.2"
versions.awaitilityVersion = "4.3.0"

// Versions we're overriding from the Spring Boot Bom (Dependabot does not issue PRs to bump these versions, so we need to manually bump them)
ext["mariadb.version"] = "2.7.12" // Bumping to v3 breaks some pipeline jobs (and compatibility with Amazon Aurora MySQL), so pinning to v2 for now. v2 (current version) is stable and will be supported until about September 2025 (https://mariadb.com/kb/en/about-mariadb-connector-j/).
Expand Down

0 comments on commit aeb0d14

Please sign in to comment.