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 0a928dc7d5 Improved: Update Groovy to 3.0.19 (OFBIZ-12848)
0a928dc7d5 is described below

commit 0a928dc7d5a887ed0d3708438bec5f1e4dd9fa1f
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Aug 23 17:31:18 2023 +0200

    Improved: Update Groovy to 3.0.19 (OFBIZ-12848)
    
    Fixes few bugs in Groovy
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 08703c2a16..abbbad49c2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -258,7 +258,7 @@ dependencies {
     implementation 'org.apache.xmlgraphics:batik-bridge:1.14'
     implementation 'org.apache.xmlgraphics:fop:2.3' // NOTE: since 2.4 
dependencies are messed up. See 
https://github.com/moqui/moqui-fop/blob/master/build.gradle
     implementation 'org.clojure:clojure:1.11.1'
-    implementation 'org.codehaus.groovy:groovy-all:3.0.13'
+    implementation 'org.codehaus.groovy:groovy-all:3.0.19'
     implementation 'org.freemarker:freemarker:2.3.32' // Remember to change 
the version number in FreeMarkerWorker class when upgrading. See OFBIZ-10019 if 
>= 2.4
     implementation 'org.owasp.esapi:esapi:2.5.0.0'
     implementation 'org.cyberneko:html:1.9.8'

Reply via email to