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/07/25 07:10:57 UTC

[ofbiz-framework] branch release22.01 updated: Improved: Update Groovy to 2.5.18 (OFBIZ-12673)

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release22.01
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release22.01 by this push:
     new a05c223a52 Improved: Update Groovy to 2.5.18 (OFBIZ-12673)
a05c223a52 is described below

commit a05c223a529439e68285bc414ed289bb907216cd
Author: Jacques Le Roux <ja...@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 6f2d644c43..bfeb22e570 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'
         )
     }
@@ -237,7 +237,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.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.2.2.0'
     implementation 'org.springframework:spring-test:5.3.9'