From 3435f5ea3be2f5179a6f6679c7868d905dba9191 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:32:49 +0100 Subject: [PATCH] Upgrade to Awaitility 4.0.3 Closes gh-21943 --- 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 dfd71a2670..a9f7379740 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",