From 4a88a5fb070a7a4accf056691c4f2d18da14a20a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Nov 2021 07:29:32 +0100 Subject: [PATCH] Upgrade to Awaitility 4.1.1 Closes gh-28570 --- 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 170a8e8e21..d45a885cde 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -124,7 +124,7 @@ bom { ] } } - library("Awaitility", "4.1.0") { + library("Awaitility", "4.1.1") { group("org.awaitility") { modules = [ "awaitility",