From 730683ce26f3db9efdc467277279e5eb67deefa5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:17:23 +0100 Subject: [PATCH] Upgrade to Awaitility 4.0.2 Closes gh-20061 --- 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 4f829c7b2d0..a5122ffac6a 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.1") { + library("Awaitility", "4.0.2") { group("org.awaitility") { modules = [ "awaitility",