This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release17.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release17.12 by this push:
new 02cd3b3 Fixed: updates Tika because of CVE-2021-2865
02cd3b3 is described below
commit 02cd3b33b0b3ef991bdd8cc39eadd84d00883378
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Tue Mar 30 17:20:34 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 16e7f8b..0739140 100644
--- a/build.gradle
+++ b/build.gradle
@@ -171,8 +171,8 @@ dependencies {
compile 'org.apache.httpcomponents:httpclient-cache:4.5.4'
compile 'org.apache.logging.log4j:log4j-api:2.10.0' // the API of log4j 2
compile 'org.apache.shiro:shiro-core:1.4.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.pdfbox:pdfbox:2.0.23'
compile 'org.apache.poi:poi:3.17'
compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.43'