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 cac40a6032 Fixed: [SECURITY] Upgrade Tika to 1.28.3 (OFBIZ-12626)
cac40a6032 is described below

commit cac40a60328b407357177217949a3a3605167592
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat May 28 10:05:59 2022 +0200

    Fixed: [SECURITY] Upgrade Tika to 1.28.3 (OFBIZ-12626)
    
    Apache Tika 1.28.3 contains security-related fixes and dependency upgrades.
    Details can be found in the changes file:
    https://www.apache.org/dist/tika/1.28.3/CHANGES-1.28.3.txt
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index fbac44e145..98b049bf82 100644
--- a/build.gradle
+++ b/build.gradle
@@ -207,7 +207,7 @@ 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.1'
+    compile 'org.apache.tika:tika-core:1.28.3'
     compile 'org.apache.tika:tika-parsers:1.28.1'
     compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.60'
     compile 'org.apache.tomcat:tomcat-catalina:9.0.60'

Reply via email to