You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2022/06/03 10:08:24 UTC

[ofbiz-framework] branch trunk updated: Improved: Update Groovy to 2.5.17 (OFBIZ-12631)

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 253515f3a5 Improved: Update Groovy to 2.5.17 (OFBIZ-12631)
253515f3a5 is described below

commit 253515f3a5756e07522adab50cae2c2a84b7ed40
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Fri Jun 3 12:03:06 2022 +0200

    Improved: Update Groovy to 2.5.17 (OFBIZ-12631)
    
    This release includes 23 bug fixes/improvements as outlined in the changelog:
    https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12351416
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index d1bf83fed6..f1bd9716a9 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.11/html/api',
+            'http://docs.groovy-lang.org/docs/groovy-2.5.17/html/api',
             'https://commons.apache.org/proper/commons-cli/apidocs'
         )
     }
@@ -235,7 +235,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.10.2'
-    implementation 'org.codehaus.groovy:groovy-all:2.5.11' // 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.17' // 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.2.2.0'
     implementation 'org.springframework:spring-test:5.3.9'