This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release18.12 by this push: new ff617d4eaa Fixed: [SECURITY] Upgrade Tika to 1.28.4 (OFBIZ-12657) ff617d4eaa is described below commit ff617d4eaaf0858494d92fa6c111a59f52f37632 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed Jun 22 15:43:05 2022 +0200 Fixed: [SECURITY] Upgrade Tika to 1.28.4 (OFBIZ-12657) Fixes a typo: " instead of ' --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b32d62a1a8..e652792c92 100644 --- a/build.gradle +++ b/build.gradle @@ -207,7 +207,7 @@ dependencies { compile 'org.apache.pdfbox:pdfbox:2.0.24' compile 'org.apache.shiro:shiro-core:1.4.0' compile 'org.apache.sshd:sshd-core:1.7.0' - compile 'org.apache.tika:tika-core:1.28.4" + compile 'org.apache.tika:tika-core:1.28.4' compile 'org.apache.tika:tika-parsers:1.28.4' compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.60' compile 'org.apache.tomcat:tomcat-catalina:9.0.60'