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
commit 2a6a291e5f34fa75587547a445cbc98fbef91fa7 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Apr 5 11:34:23 2024 +0200 Improved: Upgrade Apache Tika to 2.9.2 (OFBIZ-12996) This release includes several bug fixes and dependency upgrades. --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 39ddefb70f..96f7ff6cfd 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -57,7 +57,7 @@ dependencies { implementation 'org.apache.shiro:shiro-crypto-cipher:2.0.0' implementation 'org.apache.sshd:sshd-core:2.10.0' implementation 'org.apache.sshd:sshd-sftp:2.10.0' - implementation 'org.apache.tika:tika-core:2.5.0' + implementation 'org.apache.tika:tika-core:2.9.2' implementation 'org.apache.tika:tika-parsers:2.5.0' implementation 'org.apache.tika:tika-parser-pdf-module:2.5.0' implementation 'org.apache.cxf:cxf-rt-frontend-jaxrs:3.5.6' // 4.0.3 does not compile