From aeb0d14a19db5bd872e7ac6cae02722720e4a04f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:10:51 +0100 Subject: [PATCH] build(deps): bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#3308) 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](/~https://github.com/awaitility/awaitility/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index cab4e206718..4249ad4a656 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -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/).