From 00ec9d08c8d25e40ad7dcb71e486b6f1a9de0913 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 12:32:50 +0000 Subject: [PATCH] Upgrade to Awaitility 4.2.1 Closes gh-39974 --- 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 2cd7b467503..676aaf1bc86 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -99,7 +99,7 @@ bom { ] } } - library("Awaitility", "4.2.0") { + library("Awaitility", "4.2.1") { group("org.awaitility") { modules = [ "awaitility",