From 825ee58f68f421d6d27d335db943f1bf417f8508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 02:50:18 +0000 Subject: [PATCH] build(deps): bump org.awaitility:awaitility from 4.2.0 to 4.2.1 Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.0 to 4.2.1. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.0...awaitility-4.2.1) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8275687f..60ef47f7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ format.version = "1.1" [versions] assertj = "3.25.3" -awaitility = "4.2.0" +awaitility = "4.2.1" # we need to pin the version of EDC and IH, because these are the last version to contain the DWN implementation plus required # EDC classes. # current snapshot builds of IH don't have feature parity yet.