From a81c8d92c13e85c3d3da58bdfe5cd210ee56f6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 7 Aug 2024 11:39:04 +0200 Subject: [PATCH] Upgrade to Awaitility 4.2.2 Closes gh-41706 --- 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 86ead210c2d..a27e2b49d34 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.2") { group("org.awaitility") { modules = [ "awaitility",