Skip to content

Commit 03eea81

Browse files
committed
Improved: Upgrade to 2.3.34 FreeMarker release
This follows OFBIZ-13131 after https://lists.apache.org/thread/jxxhkvqjltf52mhofbm78o6pg88okp9y Conflicts handled by hand
1 parent cad1a57 commit 03eea81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
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
7171
implementation 'org.clojure:clojure:1.11.1'
7272
implementation 'org.codehaus.groovy:groovy-all:3.0.21'
73-
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
73+
implementation 'org.freemarker:freemarker:2.3.34' // Remember to change the version number in FreeMarkerWorker class when upgrading. See OFBIZ-10019 if >= 2.4
7474

7575
implementation 'org.owasp.esapi:esapi:2.5.3.1'
7676
implementation 'org.cyberneko:html:1.9.8'

0 commit comments

Comments
 (0)