[deps] Upgrade Awaitility to 4.1.0

This commit is contained in:
Andres Almiray
2021-05-27 23:44:06 +02:00
parent b6cead0aa6
commit c41661cac1
2 changed files with 3 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ jdksPluginVersion = 0.3.0
antVersion = 1.10.10
asmVersion = 8.0.1
awaitilityVersion = 4.0.3
awaitilityVersion = 4.1.0
bouncyCastleVersion = 1.68
commonsCodecVersion = 1.15
commonsIoVersion = 2.8.0
@@ -39,6 +39,7 @@ greenmailVersion = 1.6.3
jacksonVersion = 2.12.3
jgitVersion = 5.11.0.202103091610-r
jipsyVersion = 1.1.1
jsonSmartVersion = 2.4.7
junitVersion = 5.7.2
hamcrestVersion = 2.2
mailApiVersion = 1.6.6

View File

@@ -80,6 +80,7 @@ enforce {
"org.apache.maven:maven-plugin-api:$mavenVersion",
"org.apache.maven:maven-model:$mavenVersion",
"org.junit.jupiter:junit-jupiter-api:$junitVersion",
"net.minidev:json-smart:$jsonSmartVersion",
"junit:junit:4.13.2",
"org.hamcrest:hamcrest:2.2",
"org.apache.httpcomponents:httpclient:4.5.12"