Browse Source

Upgrade to Awaitility 4.2.1

Closes gh-40294
pull/40554/head
Andy Wilkinson 2 years ago
parent
commit
162980fe6a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -99,7 +99,7 @@ bom { @@ -99,7 +99,7 @@ bom {
]
}
}
library("Awaitility", "4.2.0") {
library("Awaitility", "4.2.1") {
group("org.awaitility") {
modules = [
"awaitility",

Loading…
Cancel
Save