From ed038e6adeab33304ad7964bdd59e82a8cb19ba1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2020 12:49:28 +0100 Subject: [PATCH] Upgrade to Awaitility 4.0.3 Closes gh-21840 --- 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 16b5876676..b06f24e625 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -117,7 +117,7 @@ bom { ] } } - library("Awaitility", "4.0.2") { + library("Awaitility", "4.0.3") { group("org.awaitility") { modules = [ "awaitility",