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 c0f171d5118b43a4e8ee2a7f82f37a1587753915
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Mar 2 13:44:36 2024 +0100

    Improved: Update build.gradle to the latest dependencies (OFBIZ-12921)
    Have library dependencies moved to a dependencies.gradle file (OFBIZ-10924)
    
    Upgrades Groovy 3.0.20 from to 3.0.21
---
 dependencies.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index cc1cf24d65..ab368a3a92 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -68,7 +68,7 @@ dependencies {
     implementation 'org.apache.xmlgraphics:batik-bridge:1.17'
     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.20'
+    implementation 'org.codehaus.groovy:groovy-all:3.0.21'
     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.3.1'
     implementation 'org.cyberneko:html:1.9.8'
@@ -104,4 +104,4 @@ dependencies {
 
     // specify last codenarc version for java 17 compliance
     codenarc('org.codenarc:CodeNarc:3.4.0')
-}
\ No newline at end of file
+}

Reply via email to