From c99c1f783cf78c0f44ff43f6c7156ebb0302314e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 13:46:10 +0000 Subject: [PATCH] Revert "Upgrade to Awaitility 4.2.1" This reverts commit 00ec9d08c8d25e40ad7dcb71e486b6f1a9de0913. See 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 0f12a6f18c..9974fd9d16 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.1") { + library("Awaitility", "4.2.0") { group("org.awaitility") { modules = [ "awaitility",