Author: deepak Date: Thu Jan 4 07:54:15 2018 New Revision: 1820038 URL: http://svn.apache.org/viewvc?rev=1820038&view=rev Log: Fixed: Trailing fraction are not entertained by formatCurrency method of UtilFormatOut (OFBIZ-10142) Thanks Suraj Khurana for your contribution
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=1820038&r1=1820037&r2=1820038&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/build.gradle (original) +++ ofbiz/ofbiz-framework/trunk/build.gradle Thu Jan 4 07:54:15 2018 @@ -99,7 +99,7 @@ dependencies { compile 'com.googlecode.ez-vcard:ez-vcard:0.9.10' compile 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20170515.1' compile 'com.googlecode.libphonenumber:libphonenumber:8.8.7' - compile 'com.ibm.icu:icu4j:60.1' + compile 'com.ibm.icu:icu4j:60.2' compile 'com.lowagie:itext:4.2.0' compile 'com.sun.mail:javax.mail:1.6.0' compile 'com.sun.syndication:com.springsource.com.sun.syndication:0.9.0'