This is an automated email from the ASF dual-hosted git repository. amichai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit 02bc2063d4aa0fb7f81073ed2584eee98253316d Author: Amichai Rothman <[email protected]> AuthorDate: Thu May 30 15:46:02 2024 +0300 ARIES-2154 Upgrade Awaitility to 3.1.6 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 02c863c9..fc8f9c22 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -164,7 +164,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> - <version>3.0.0</version> + <version>3.1.6</version> <scope>test</scope> </dependency> <dependency>
