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 067fa97b04 Improved: Update Groovy to 2.5.17 (OFBIZ-12631)
067fa97b04 is described below

commit 067fa97b04eaf6db2850bef0493753f2de95a2f4
Author: Jacques Le Roux <jacques.le.r...@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 6179e3a737..f78b263fb2 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'

Reply via email to