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 b5b82ef004 Fixed: [SECURITY] Upgrade Tika to 1.28.5 (OFBIZ-12693)
b5b82ef004 is described below
commit b5b82ef004adab10c4aa0e3ead2cd5b8e2cf0a97
Author: Jacques Le Roux <[email protected]>
AuthorDate: Thu Sep 15 09:47:19 2022 +0200
Fixed: [SECURITY] Upgrade Tika to 1.28.5 (OFBIZ-12693)
It seems it will be our last Tika update made w/o special efforts.
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 42d39d7e37..24d985b3c4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -234,8 +234,8 @@ dependencies {
implementation 'org.apache.sshd:sshd-sftp:2.8.0'
// Note: The Apache Tika PMC has set September 30, 2022 as the End Of Life
for the Tika 1.x branch.
// The PMC will make security fixes for the 1.x branch until that
date.
- implementation 'org.apache.tika:tika-core:1.28.4'
- implementation 'org.apache.tika:tika-parsers:1.28.4' // 2.4.1 does not
work,
+ implementation 'org.apache.tika:tika-core:1.28.5'
+ implementation 'org.apache.tika:tika-parsers:1.28.5' // 2.4.1 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'
implementation 'org.apache.axis2:axis2-kernel:1.8.1'