From 013633cc48312eca0b5f06f41e4e644fb0d35651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 6 Mar 2025 15:05:53 +0100 Subject: [PATCH] Upgrade to Awaitility 4.3.0 Closes gh-44602 --- 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 ba566d45c18..c4d32f179dd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -90,7 +90,7 @@ bom { releaseNotes("https://github.com/assertj/assertj/releases/tag/assertj-build-{version}") } } - library("Awaitility", "4.2.2") { + library("Awaitility", "4.3.0") { group("org.awaitility") { modules = [ "awaitility",