svn commit: r1844943 - /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: r1844943 - /ofbiz/ofbiz-framework/trunk/build.gradle

Deepak Dixit-5
Author: deepak
Date: Sat Oct 27 07:55:25 2018
New Revision: 1844943

URL: http://svn.apache.org/viewvc?rev=1844943&view=rev
Log:
Updated google libphonenumber to v8.9.16
(OFBIZ-10618)

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=1844943&r1=1844942&r2=1844943&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Sat Oct 27 07:55:25 2018
@@ -117,7 +117,7 @@ dependencies {
     compile 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
     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.googlecode.libphonenumber:libphonenumber:8.9.16'
     compile 'com.ibm.icu:icu4j:60.2'
     compile 'com.lowagie:itext:2.1.7' // Don't update due to license change in newer versions, see OFBIZ-10455
     compile 'com.sun.mail:javax.mail:1.6.0'