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 2022/06/22 11:58:00 UTC

[ofbiz-framework] branch release18.12 updated: Fixed: [SECURITY] Upgrade Tika to 1.28.4 (OFBIZ-12657)

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 1bbb80c425 Fixed: [SECURITY] Upgrade Tika to 1.28.4 (OFBIZ-12657)
1bbb80c425 is described below

commit 1bbb80c4250ef51695b6862744f07f4f798215c8
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Wed Jun 22 13:56:26 2022 +0200

    Fixed: [SECURITY] Upgrade Tika to 1.28.4 (OFBIZ-12657)
    
    Mentionned at https://tika.apache.org/
    Apache Tika 1.28.4 has been released! This release includes security related
    fixes and dependency upgrades
    Note: The Apache Tika PMC has set September 30, 2022 as the End Of Life for the
    Tika 1.x branch.
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 98b049bf82..b32d62a1a8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -207,8 +207,8 @@ dependencies {
     compile 'org.apache.pdfbox:pdfbox:2.0.24'
     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.28.3'
-    compile 'org.apache.tika:tika-parsers:1.28.1'
+    compile 'org.apache.tika:tika-core:1.28.4"
+    compile 'org.apache.tika:tika-parsers:1.28.4'
     compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.60'
     compile 'org.apache.tomcat:tomcat-catalina:9.0.60'
     compile 'org.apache.tomcat:tomcat-jasper:9.0.60'