From 162980fe6a98da4a741374832cbc906b96d9be46 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Apr 2024 17:58:54 +0100 Subject: [PATCH] Upgrade to Awaitility 4.2.1 Closes gh-40294 --- 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 630869ee7c..8e42453c76 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",