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
commit ead5f291469e59805f8ca6c28713ac301561d4c3 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Jul 25 09:02:14 2022 +0200 Improved: Update Groovy to 2.5.18 (OFBIZ-12673) See https://lists.apache.org/thread/r3q4mh3nnxyl7p0gclzbshcgz574l3sp, notably: This release is a maintenance release of the GROOVY_2_5_X branch. It is strongly encouraged that all users using prior versions on this branch upgrade to this version. This release includes 15 bug fixes/improvements as outlined in the changelog: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12351798 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 21c835caa0..42d39d7e37 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ javadoc { links( 'https://docs.oracle.com/javase/8/docs/api', 'https://tomcat.apache.org/tomcat-9.0-doc/servletapi/', - 'http://docs.groovy-lang.org/docs/groovy-2.5.17/html/api', + 'http://docs.groovy-lang.org/docs/groovy-2.5.18/html/api', 'https://commons.apache.org/proper/commons-cli/apidocs' ) } @@ -244,7 +244,7 @@ dependencies { 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' - implementation 'org.codehaus.groovy:groovy-all:2.5.17' // Compile issue with commons-cli and Groovy 3. Remember to change the version number in javadoc block. + implementation 'org.codehaus.groovy:groovy-all:2.5.18' // Compile issue with commons-cli and Groovy 3. Remember to change the version number in javadoc block. implementation 'org.freemarker:freemarker:2.3.31' // Remember to change the version number in FreeMarkerWorker class when upgrading. See OFBIZ-10019 if >= 2.4 implementation 'org.owasp.esapi:esapi:2.4.0.0' implementation 'org.cyberneko:html:1.9.8'