This is an automated email from the ASF dual-hosted git repository.
ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new d3cbb11 chore(deps): update dependency org.awaitility:awaitility to
v4.1.0
d3cbb11 is described below
commit d3cbb11cac22ec968a51b4c5e6d267b9f81d7718
Author: Renovate Bot <[email protected]>
AuthorDate: Sat May 8 07:20:21 2021 +0000
chore(deps): update dependency org.awaitility:awaitility to v4.1.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 53cd193..48c8220 100644
--- a/build.gradle
+++ b/build.gradle
@@ -132,7 +132,7 @@ allprojects {
dependency 'org.apache.bval:org.apache.bval.bundle:2.0.5'
dependency 'io.github.classgraph:classgraph:4.8.105'
- dependency 'org.awaitility:awaitility:4.0.3'
+ dependency 'org.awaitility:awaitility:4.1.0'
dependency 'com.github.spotbugs:spotbugs-annotations:4.2.3'
dependency 'javax.cache:cache-api:1.1.1'
dependency 'org.mock-server:mockserver-junit-jupiter:5.11.2'