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 9a524b0b1a Improved: Upgrade to 2.3.34 FreeMarker release
9a524b0b1a is described below

commit 9a524b0b1a9350ef1865fdbaa5ccfb6eed275709
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Dec 24 16:20:54 2024 +0100

    Improved: Upgrade to 2.3.34 FreeMarker release
    
    This follows OFBIZ-13131 after
    https://lists.apache.org/thread/jxxhkvqjltf52mhofbm78o6pg88okp9y
---
 dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index f296993486..8cbb7ad052 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -71,7 +71,7 @@ dependencies {
     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.12.0'
     implementation 'org.apache.groovy:groovy-all:5.0.0-alpha-11'
-    implementation 'org.freemarker:freemarker:2.3.34-SNAPSHOT' // Remember to 
change the version number in FreeMarkerWorker class when upgrading. See 
OFBIZ-10019 if >= 2.4
+    implementation 'org.freemarker:freemarker:2.3.34' // Remember to change 
the version number in FreeMarkerWorker class when upgrading. See OFBIZ-10019 if 
>= 2.4
     implementation 'org.owasp.esapi:esapi:2.6.0.0'
     implementation 'org.cyberneko:html:1.9.8'
     implementation 'org.springframework:spring-test:5.3.29' //  6.1.4 does not 
compile

Reply via email to