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 56fd07118b Improved: Update build.gradle to the latest dependencies 
(OFBIZ-12658)
56fd07118b is described below

commit 56fd07118ba4b36f995394d69816dc5a8862f704
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Jun 28 19:29:17 2022 +0200

    Improved: Update build.gradle to the latest dependencies (OFBIZ-12658)
    
    Reverts tika-core to 1.28.4 and fop to 2.3
    
    I did not launch the tests, those did not pass:
    ecommercetests  testSendOrderConfirmation
    widgettests testFopMacroLibrary
    
    Tika is a bit annoying, no security releases after Sept. 30
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 6dc6521dda..0acf1707ee 100644
--- a/build.gradle
+++ b/build.gradle
@@ -234,13 +234,13 @@ 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:2.4.1'
+    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.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'
     implementation 'batik:batik-svg-dom:1.6-1'
-    implementation 'org.apache.xmlgraphics:fop:2.7' // NOTE: since 2.4 
dependencies are messed up. See 
https://github.com/moqui/moqui-fop/blob/master/build.gradle
+    implementation 'org.apache.xmlgraphics:fop:2.3' // NOTE: since 2.4 
dependencies are messed up. See 
https://github.com/moqui/moqui-fop/blob/master/build.gradle
     implementation 'org.apache.xmlrpc:xmlrpc-client:3.1.3'
     implementation 'org.apache.xmlrpc:xmlrpc-server:3.1.3'
     implementation 'org.clojure:clojure:1.11.1'

Reply via email to