JAMES-2479 upgrade json-path
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/af080a46 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/af080a46 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/af080a46 Branch: refs/heads/master Commit: af080a46289e5dca7036bc8cf57a772a14e29c49 Parents: b657d25 Author: Matthieu Baechler <[email protected]> Authored: Thu Jul 19 17:11:50 2018 +0200 Committer: Matthieu Baechler <[email protected]> Committed: Fri Jul 27 10:16:54 2018 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/af080a46/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0ed2927..267f5d9 100644 --- a/pom.xml +++ b/pom.xml @@ -1715,7 +1715,7 @@ <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> - <version>2.1.0</version> + <version>2.4.0</version> </dependency> <dependency> <groupId>io.rest-assured</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
