svn commit: r1844945 - /ofbiz/ofbiz-framework/trunk/build.gradle

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1844945 - /ofbiz/ofbiz-framework/trunk/build.gradle

Deepak Dixit-5
Author: deepak
Date: Sat Oct 27 08:15:37 2018
New Revision: 1844945

URL: http://svn.apache.org/viewvc?rev=1844945&view=rev
Log:
Improved: Updated Apache FOP jar to 2.3
(OFBIZ-10619)

Modified:
    ofbiz/ofbiz-framework/trunk/build.gradle

Modified: ofbiz/ofbiz-framework/trunk/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1844945&r1=1844944&r2=1844945&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Sat Oct 27 08:15:37 2018
@@ -150,7 +150,7 @@ dependencies {
     compile 'org.apache.tomcat:tomcat-catalina:9.0.10'
     compile 'org.apache.tomcat:tomcat-jasper:9.0.10'
     compile 'org.apache.tomcat:tomcat-tribes:9.0.10'
-    compile 'org.apache.xmlgraphics:fop:2.2'
+    compile 'org.apache.xmlgraphics:fop:2.3'
     compile 'org.apache.xmlrpc:xmlrpc-client:3.1.3'
     compile 'org.apache.xmlrpc:xmlrpc-server:3.1.3'
     compile 'org.codehaus.groovy:groovy-all:2.4.13'