You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/03/30 15:16:40 UTC

[ofbiz-framework] branch release18.12 updated: Fixed: updates Tika because of CVE-2021-2865

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

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new aece685  Fixed: updates Tika because of CVE-2021-2865
aece685 is described below

commit aece6851e3918f457951f58062a449f9c4c2c86a
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Tue Mar 30 17:16:26 2021 +0200

    Fixed: updates Tika because of CVE-2021-2865
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index f5366e8..c37f46a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -199,8 +199,8 @@ dependencies {
     compile 'org.apache.pdfbox:pdfbox:2.0.23'
     compile 'org.apache.shiro:shiro-core:1.4.0'
     compile 'org.apache.sshd:sshd-core:1.7.0'
-    compile 'org.apache.tika:tika-core:1.24.1'
-    compile 'org.apache.tika:tika-parsers:1.24.1'
+    compile 'org.apache.tika:tika-core:1.26'
+    compile 'org.apache.tika:tika-parsers:1.26'
     compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.43'
     compile 'org.apache.tomcat:tomcat-catalina:9.0.43'
     compile 'org.apache.tomcat:tomcat-jasper:9.0.43'