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

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


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 858a669ccb Fixed: [SECURITY] Upgrade Tika to 1.28.3 (OFBIZ-12626)
858a669ccb is described below

commit 858a669ccb6e369c9d6a74acd864f258836262d3
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat May 28 10:04:20 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 f6adcdb09b..6179e3a737 100644
--- a/build.gradle
+++ b/build.gradle
@@ -225,7 +225,7 @@ dependencies {
     implementation 'org.apache.shiro:shiro-core:1.8.0'
     implementation 'org.apache.sshd:sshd-core:2.8.0'
     implementation 'org.apache.sshd:sshd-sftp:2.8.0'
-    implementation 'org.apache.tika:tika-core:1.28.1' //  2.1.0 does not work
+    implementation 'org.apache.tika:tika-core:1.28.3' // version 2 needs more 
work, see OFBIZ-12572
     implementation 'org.apache.tika:tika-parsers:1.28.1' //  2.1.0 does not 
work
     implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.60' // Remember 
to change the version number (9 now) in javadoc block if needed.
     implementation 'org.apache.tomcat:tomcat-jasper:9.0.60'

Reply via email to