From 580e01283aba3cfb10fbc7d0b8ca79ce9d98ad4a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:53:49 +0200 Subject: [PATCH] Upgrade to Awaitility 4.1.0 Closes gh-27252 --- 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 8b70aed9c42..29f6b412353 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.0.3") { + library("Awaitility", "4.1.0") { group("org.awaitility") { modules = [ "awaitility",