This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 0631278 Fixed: updates Tika because of CVE-2021-2865 0631278 is described below commit 0631278fd537affbacbcfca008fe0fb8cef0c99a Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Mar 30 17:09:28 2021 +0200 Fixed: updates Tika because of CVE-2021-2865 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8745b08..c2168af 100644 --- a/build.gradle +++ b/build.gradle @@ -208,7 +208,7 @@ dependencies { implementation 'org.apache.pdfbox:pdfbox:2.0.23' implementation 'org.apache.shiro:shiro-core:1.4.1' // So far we did not update from 1.4.1 because of a compile issue or w/ 1.7.0 an EntityCrypto exception when loading data. You may try w/ a newer version than 1.7.0 implementation 'org.apache.sshd:sshd-core:1.7.0' // So far we did not update from 1.7.0 because of a compile issue. You may try w/ a newer version than 2.4.0 - implementation 'org.apache.tika:tika-core:1.25' + implementation 'org.apache.tika:tika-core:1.26' implementation 'org.apache.tika:tika-parsers:1.25' implementation 'org.apache.tomcat:tomcat-catalina-ha:9.0.43' // Remember to change the version number (9 now) in javadoc block if needed. implementation 'org.apache.tomcat:tomcat-jasper:9.0.43'