You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/05/10 12:47:02 UTC

[fineract] branch develop updated: Bump tika-core from 1.9 to 1.24.1 in /fineract-provider

This is an automated email from the ASF dual-hosted git repository.

vorburger 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 2d0d76f  Bump tika-core from 1.9 to 1.24.1 in /fineract-provider
2d0d76f is described below

commit 2d0d76fc01f6d35a232ea7151803389f1318049b
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Sat May 9 20:47:02 2020 +0000

    Bump tika-core from 1.9 to 1.24.1 in /fineract-provider
    
    Bumps [tika-core](https://github.com/apache/tika) from 1.9 to 1.24.1.
    - [Release notes](https://github.com/apache/tika/releases)
    - [Changelog](https://github.com/apache/tika/blob/1.24.1/CHANGES.txt)
    - [Commits](https://github.com/apache/tika/commits/1.24.1)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 fineract-provider/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 6d7080e..c3f53d3 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -100,7 +100,7 @@ dependencyManagement {
         dependency 'net.sf.ehcache:ehcache:+'
         dependency 'com.github.spullara.mustache.java:compiler:0.8.12'
         dependency 'com.jayway.jsonpath:json-path:0.9.1'
-        dependency 'org.apache.tika:tika-core:1.9'
+        dependency 'org.apache.tika:tika-core:1.24.1'
         dependency 'org.apache.httpcomponents:httpclient:+'
         dependency 'io.swagger:swagger-jersey-jaxrs:1.6.1'
         dependency 'jakarta.management.j2ee:jakarta.management.j2ee-api:1.1.4'