JAMES-2015 make uniform version of awaitility accross the project
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/427eedae Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/427eedae Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/427eedae Branch: refs/heads/master Commit: 427eedaecfa42460c0314b98879279271102b5a4 Parents: 9677df8 Author: Luc DUZAN <[email protected]> Authored: Thu May 4 19:42:40 2017 +0200 Committer: benwa <[email protected]> Committed: Wed May 17 15:09:07 2017 +0700 ---------------------------------------------------------------------- backends-common/elasticsearch/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/427eedae/backends-common/elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/backends-common/elasticsearch/pom.xml b/backends-common/elasticsearch/pom.xml index fc22ec7..e56fde4 100644 --- a/backends-common/elasticsearch/pom.xml +++ b/backends-common/elasticsearch/pom.xml @@ -135,7 +135,7 @@ <dependency> <groupId>com.jayway.awaitility</groupId> <artifactId>awaitility</artifactId> - <version>1.6.3</version> + <version>1.6.5</version> </dependency> <dependency> <groupId>junit</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
