From c4e7073f4269f00e56a75027faaeeebec18bf192 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 12:09:40 +0000 Subject: [PATCH] Upgrade to Awaitility 4.2.1 Closes gh-39962 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index b73a0af0140..47728447c3c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -99,7 +99,7 @@ bom { ] } } - library("Awaitility", "4.2.0") { + library("Awaitility", "4.2.1") { group("org.awaitility") { modules = [ "awaitility",