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/07/08 04:26:47 UTC

[fineract] branch develop updated: chore(deps): update dependency org.apache.tika:tika-core to v1.27

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 668ecf8  chore(deps): update dependency org.apache.tika:tika-core to v1.27
668ecf8 is described below

commit 668ecf85bbd400c05131eeace8e9c3793a98f702
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Tue Jul 6 14:56:13 2021 +0000

    chore(deps): update dependency org.apache.tika:tika-core to v1.27
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 0f4c945..598bd2f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -121,7 +121,7 @@ allprojects  {
             dependency 'org.ehcache:ehcache:3.9.4'
             dependency 'com.github.spullara.mustache.java:compiler:0.9.10'
             dependency 'com.jayway.jsonpath:json-path:2.6.0'
-            dependency 'org.apache.tika:tika-core:1.26'
+            dependency 'org.apache.tika:tika-core:1.27'
             dependency 'org.apache.httpcomponents:httpclient:4.5.13'
             dependency 'io.swagger.core.v3:swagger-annotations:2.1.10'
             dependency 'jakarta.management.j2ee:jakarta.management.j2ee-api:1.1.4'