Author: jleroux Date: Fri Sep 29 07:14:13 2017 New Revision: 1810057 URL: http://svn.apache.org/viewvc?rev=1810057&view=rev Log: No functional change
Updates Tomcat from 8.5.16 to 8.5.20 Updates owasp-java-html-sanitizer from :20160628.1 to 20170515.1 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=1810057&r1=1810056&r2=1810057&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/build.gradle (original) +++ ofbiz/ofbiz-framework/trunk/build.gradle Fri Sep 29 07:14:13 2017 @@ -100,7 +100,7 @@ dependencies { compile 'com.google.zxing:core:3.2.1' compile 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.0' compile 'com.googlecode.ez-vcard:ez-vcard:0.9.10' - compile 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20160628.1' + compile 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20170515.1' compile 'com.googlecode.libphonenumber:libphonenumber:8.6.0' compile 'com.ibm.icu:icu4j:57.1' compile 'com.lowagie:itext:2.1.7' @@ -129,10 +129,10 @@ dependencies { compile 'org.apache.shiro:shiro-core:1.3.0' compile 'org.apache.tika:tika-core:1.12' compile 'org.apache.tika:tika-parsers:1.12' - compile 'org.apache.tomcat:tomcat-catalina-ha:8.5.16' - compile 'org.apache.tomcat:tomcat-catalina:8.5.16' - compile 'org.apache.tomcat:tomcat-jasper:8.5.16' - compile 'org.apache.tomcat:tomcat-tribes:8.5.16' + compile 'org.apache.tomcat:tomcat-catalina-ha:8.5.20' + compile 'org.apache.tomcat:tomcat-catalina:8.5.20' + compile 'org.apache.tomcat:tomcat-jasper:8.5.20' + compile 'org.apache.tomcat:tomcat-tribes:8.5.20' compile 'org.apache.xmlgraphics:fop:2.1' compile 'org.apache.xmlrpc:xmlrpc-client:3.1.2' compile 'org.apache.xmlrpc:xmlrpc-server:3.1.2'