This is an automated email from the ASF dual-hosted git repository.
manthan 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 f9d5267 chore(deps): update dependency com.jayway.jsonpath:json-path
to v2.5.0
new d45eb1b Merge pull request #1542 from
renovate-bot/renovate/com.jayway.jsonpath-json-path-2.x
f9d5267 is described below
commit f9d52677bbe8b803bf0b0212cc1b23cb3ad36eb3
Author: Renovate Bot <[email protected]>
AuthorDate: Sat Dec 12 21:43:13 2020 +0000
chore(deps): update dependency com.jayway.jsonpath:json-path to v2.5.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index c2dc285..5bddbdf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -118,7 +118,7 @@ allprojects {
dependency 'com.amazonaws:aws-java-sdk-s3:1.11.874'
dependency 'org.ehcache:ehcache:3.9.0'
dependency 'com.github.spullara.mustache.java:compiler:0.9.7'
- dependency 'com.jayway.jsonpath:json-path:2.4.0'
+ dependency 'com.jayway.jsonpath:json-path:2.5.0'
dependency 'org.apache.tika:tika-core:1.25'
dependency 'org.apache.httpcomponents:httpclient:4.5.13'
dependency 'io.swagger.core.v3:swagger-annotations:2.1.6'