Update to Awaitility 4.2.1

This commit is contained in:
Josh Cummings
2024-08-01 10:00:03 -06:00
parent cf7019564f
commit 2950c836b9

View File

@@ -56,7 +56,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation 'org.htmlunit:htmlunit:4.3.0'
testImplementation 'org.hamcrest:hamcrest:2.2'
testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation 'org.awaitility:awaitility:4.2.1'
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
}