You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2021/06/04 07:03:56 UTC

[fineract] branch develop updated: chore(deps): update dependency com.jayway.jsonpath:json-path to v2.6.0

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 6ff6cab  chore(deps): update dependency com.jayway.jsonpath:json-path to v2.6.0
6ff6cab is described below

commit 6ff6cabda4a70645f7423206e8603cb992bb78e1
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Wed Jun 2 18:21:42 2021 +0000

    chore(deps): update dependency com.jayway.jsonpath:json-path to v2.6.0
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index def97b5..ffbad08 100644
--- a/build.gradle
+++ b/build.gradle
@@ -120,7 +120,7 @@ allprojects  {
             dependency 'com.amazonaws:aws-java-sdk-s3:1.11.1030'
             dependency 'org.ehcache:ehcache:3.9.4'
             dependency 'com.github.spullara.mustache.java:compiler:0.9.10'
-            dependency 'com.jayway.jsonpath:json-path:2.5.0'
+            dependency 'com.jayway.jsonpath:json-path:2.6.0'
             dependency 'org.apache.tika:tika-core:1.26'
             dependency 'org.apache.httpcomponents:httpclient:4.5.13'
             dependency 'io.swagger.core.v3:swagger-annotations:2.1.8'