This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release24.09 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release24.09 by this push: new 03eea81775 Improved: Upgrade to 2.3.34 FreeMarker release 03eea81775 is described below commit 03eea81775a2e5ea753704ba7cc7b5b30646db45 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 Conflicts handled by hand --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index d3205ff701..b72cee5977 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -70,7 +70,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.11.1' implementation 'org.codehaus.groovy:groovy-all:3.0.21' - 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.5.3.1' implementation 'org.cyberneko:html:1.9.8'