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 812aaae07c Fixed: [SECURITY] Upgrade Tika to 1.28.3 (OFBIZ-12626) 812aaae07c is described below commit 812aaae07cebe60f5721b55c0ac8c2eb0e59248a 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 2b494df06d..d1bf83fed6 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'