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 18f1060 Update dependency com.github.spullara.mustache.java:compiler
to v0.9.7
18f1060 is described below
commit 18f1060d05053ac73899a0d47156365eb9fbf975
Author: Renovate Bot <[email protected]>
AuthorDate: Sat Oct 17 21:28:14 2020 +0000
Update dependency com.github.spullara.mustache.java:compiler to v0.9.7
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 3b1293c..4ef0f6c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -104,7 +104,7 @@ allprojects {
dependency 'org.quartz-scheduler:quartz:2.3.2'
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.6'
+ dependency 'com.github.spullara.mustache.java:compiler:0.9.7'
dependency 'com.jayway.jsonpath:json-path:2.4.0'
dependency 'org.apache.tika:tika-core:1.24.1'
dependency 'org.apache.httpcomponents:httpclient:4.5.13'